#32916D

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

Shades of Eucalyptus #32916D

Tints of Eucalyptus #32916D

Color information

#32916D (or 0x32916D) is unknown color: approx Eucalyptus. HEX triplet: 32, 91 and 6D. RGB value is (50,145,109). Sum of RGB (Red+Green+Blue) = 50+145+109=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #32916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32916D is #CD6E92. Grayscale: #707070. Windows color (decimal): -13463187 or 7180594. OLE color: 7180594.

HSL color Cylindrical-coordinate representation of color #32916D: hue angle of 157.26º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32916D is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB50145109-
CMYK0.6600.250.43
HSL157.26º48.72%38.24%-
HSV(B)157.26º65.52%56.86%-
XYZ14.222.0317.97-
YUV112.49126.0383.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 145 (57.03% from 255) = 47.70%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=16.45%
G=47.70%
B=35.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501451090.6600.250.43157.2648.7238.24
Hex32916D420192B9d3126
Octal62221155102031532356146
Binary110010100100011101101100001001100110101110011101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,145,109); }

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

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

 a { background-color: rgb(50,145,109); }

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

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

 span { border-color: rgb(50,145,109); }

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