#32A05A

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

Shades of Eucalyptus #32A05A

Tints of Eucalyptus #32A05A

Color information

#32A05A (or 0x32A05A) is unknown color: approx Eucalyptus. HEX triplet: 32, A0 and 5A. RGB value is (50,160,90). Sum of RGB (Red+Green+Blue) = 50+160+90=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #32A05A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A05A is #CD5FA5. Grayscale: #777777. Windows color (decimal): -13459366 or 5939250. OLE color: 5939250.

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

Color convert

RGB5016090-
CMYK0.6900.440.37
HSL141.82º52.38%41.18%-
HSV(B)141.82º68.75%62.75%-
XYZ15.7326.5613.97-
YUV119.13111.5678.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 160 (62.89% from 255) = 53.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=16.67%
G=53.33%
B=30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50160900.6900.440.37141.8252.3841.18
Hex32A05A4502C258e3429
Octal62240132105054452166451
Binary1100101010000010110101000101010110010010110001110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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