#32955D

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

Shades of Eucalyptus #32955D

Tints of Eucalyptus #32955D

Color information

#32955D (or 0x32955D) is unknown color: approx Eucalyptus. HEX triplet: 32, 95 and 5D. RGB value is (50,149,93). Sum of RGB (Red+Green+Blue) = 50+149+93=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #32955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32955D is #CD6AA2. Grayscale: #717171. Windows color (decimal): -13462179 or 6133042. OLE color: 6133042.

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

Color convert

RGB5014993-
CMYK0.6600.380.42
HSL146.06º49.75%39.02%-
HSV(B)146.06º66.44%58.43%-
XYZ14.0422.9614.05-
YUV113.02116.783.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 149 (58.59% from 255) = 51.03%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=17.12%
G=51.03%
B=31.85%

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
Decimal50149930.6600.380.42146.0649.7539.02
Hex32955D420262A923227
Octal62225135102046522226247
Binary1100101001010110111011000010010011010101010010010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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