#32955C

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

Shades of Eucalyptus #32955C

Tints of Eucalyptus #32955C

Color information

#32955C (or 0x32955C) is unknown color: approx Eucalyptus. HEX triplet: 32, 95 and 5C. RGB value is (50,149,92). Sum of RGB (Red+Green+Blue) = 50+149+92=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #32955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32955C is #CD6AA3. Grayscale: #717171. Windows color (decimal): -13462180 or 6067506. OLE color: 6067506.

HSL color Cylindrical-coordinate representation of color #32955C: hue angle of 145.45º degrees, saturation: 0.5, 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 #32955C is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB5014992-
CMYK0.6600.380.42
HSL145.45º49.75%39.02%-
HSV(B)145.45º66.44%58.43%-
XYZ13.9922.9513.82-
YUV112.9116.283.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=17.18%
G=51.20%
B=31.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149920.6600.380.42145.4549.7539.02
Hex32955C420262A913227
Octal62225134102046522216247
Binary1100101001010110111001000010010011010101010010001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32955C; }

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

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

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

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

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

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

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

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