#329369

Color #329369 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #329369

Tints of Eucalyptus #329369

Color information

#329369 (or 0x329369) is unknown color: approx Eucalyptus. HEX triplet: 32, 93 and 69. RGB value is (50,147,105). Sum of RGB (Red+Green+Blue) = 50+147+105=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #329369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329369 is #CD6C96. Grayscale: #717171. Windows color (decimal): -13462679 or 6918962. OLE color: 6918962.

HSL color Cylindrical-coordinate representation of color #329369: hue angle of 154.02º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329369 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB50147105-
CMYK0.6600.290.42
HSL154.02º49.24%38.63%-
HSV(B)154.02º65.99%57.65%-
XYZ14.322.5716.97-
YUV113.21123.3682.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 16.56%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=16.56%
G=48.68%
B=34.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501471050.6600.290.42154.0249.2438.63
Hex3293694201D2A9a3127
Octal62223151102035522326147
Binary110010100100111101001100001001110110101010011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329369; }

 p { color: rgb(50,147,105); }

 H1.HeaderClassName
 {
   color: #329369;
 }
 .AnyTagClassName
 {
   color: #329369;
 }
</style>
background-color css

<style>
 a { background-color: #329369; }

 a { background-color: rgb(50,147,105); }

 div.DivClassName
 {
   background-color: #329369;
 }
 .BgClassName
 {
   background-color: #329369;
 }
</style>
border-color css

<style>
 span { border-color: #329369; }

 span { border-color: rgb(50,147,105); }

 td.TdClassName
 {
   border-color: #329369;
 }
 .TagClassName
 {
   border-color: #329369;
 }
</style>