#32A16E

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

Shades of Eucalyptus #32A16E

Tints of Eucalyptus #32A16E

Color information

#32A16E (or 0x32A16E) is unknown color: approx Eucalyptus. HEX triplet: 32, A1 and 6E. RGB value is (50,161,110). Sum of RGB (Red+Green+Blue) = 50+161+110=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #32A16E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A16E is #CD5E91. Grayscale: #7A7A7A. Windows color (decimal): -13459090 or 7250226. OLE color: 7250226.

HSL color Cylindrical-coordinate representation of color #32A16E: hue angle of 152.43º degrees, saturation: 0.53, 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 #32A16E is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB50161110-
CMYK0.6900.320.37
HSL152.43º52.61%41.37%-
HSV(B)152.43º68.94%63.14%-
XYZ16.8727.2919.13-
YUV122121.2376.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 161 (63.28% from 255) = 50.16%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=15.58%
G=50.16%
B=34.27%

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
Decimal501611100.6900.320.37152.4352.6141.37
Hex32A16E4502025983529
Octal62241156105040452306551
Binary1100101010000111011101000101010000010010110011000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,161,110); }

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

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

 a { background-color: rgb(50,161,110); }

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

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

 span { border-color: rgb(50,161,110); }

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