#32955E

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

Shades of Eucalyptus #32955E

Tints of Eucalyptus #32955E

Color information

#32955E (or 0x32955E) is unknown color: approx Eucalyptus. HEX triplet: 32, 95 and 5E. RGB value is (50,149,94). Sum of RGB (Red+Green+Blue) = 50+149+94=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #32955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32955E is #CD6AA1. Grayscale: #717171. Windows color (decimal): -13462178 or 6198578. OLE color: 6198578.

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

Color convert

RGB5014994-
CMYK0.6600.370.42
HSL146.67º49.75%39.02%-
HSV(B)146.67º66.44%58.43%-
XYZ14.0822.9814.28-
YUV113.13117.282.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 149 (58.59% from 255) = 50.85%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=17.06%
G=50.85%
B=32.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149940.6600.370.42146.6749.7539.02
Hex32955E420252A933227
Octal62225136102045522236247
Binary1100101001010110111101000010010010110101010010011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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