#329B5C

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

Shades of Eucalyptus #329B5C

Tints of Eucalyptus #329B5C

Color information

#329B5C (or 0x329B5C) is unknown color: approx Eucalyptus. HEX triplet: 32, 9B and 5C. RGB value is (50,155,92). Sum of RGB (Red+Green+Blue) = 50+155+92=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #329B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B5C is #CD64A3. Grayscale: #747474. Windows color (decimal): -13460644 or 6069042. OLE color: 6069042.

HSL color Cylindrical-coordinate representation of color #329B5C: hue angle of 144º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B5C is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB5015592-
CMYK0.6800.410.39
HSL144º51.22%40.2%-
HSV(B)144º67.74%60.78%-
XYZ14.9724.8914.14-
YUV116.42114.2180.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.84%
GREEN value IS 155 (60.94% from 255) = 52.19%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=16.84%
G=52.19%
B=30.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal50155920.6800.410.3914451.2240.2
Hex329B5C4402927903328
Octal62233134104051472206350
Binary1100101001101110111001000100010100110011110010000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329B5C; }

 p { color: rgb(50,155,92); }

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

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

 a { background-color: rgb(50,155,92); }

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

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

 span { border-color: rgb(50,155,92); }

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