#32A06D

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

Shades of Eucalyptus #32A06D

Tints of Eucalyptus #32A06D

Color information

#32A06D (or 0x32A06D) is unknown color: approx Eucalyptus. HEX triplet: 32, A0 and 6D. RGB value is (50,160,109). Sum of RGB (Red+Green+Blue) = 50+160+109=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #32A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A06D is #CD5F92. Grayscale: #797979. Windows color (decimal): -13459347 or 7184434. OLE color: 7184434.

HSL color Cylindrical-coordinate representation of color #32A06D: hue angle of 152.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A06D is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB50160109-
CMYK0.6900.320.37
HSL152.18º52.38%41.18%-
HSV(B)152.18º68.75%62.75%-
XYZ16.6526.9218.79-
YUV121.3121.0677.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 160 (62.89% from 255) = 50.16%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=15.67%
G=50.16%
B=34.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501601090.6900.320.37152.1852.3841.18
Hex32A06D4502025983429
Octal62240155105040452306451
Binary1100101010000011011011000101010000010010110011000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32A06D; }

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

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

<style>
 a { background-color: #32A06D; }

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

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

<style>
 span { border-color: #32A06D; }

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

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