#32A05E

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

Shades of Eucalyptus #32A05E

Tints of Eucalyptus #32A05E

Color information

#32A05E (or 0x32A05E) is unknown color: approx Eucalyptus. HEX triplet: 32, A0 and 5E. RGB value is (50,160,94). Sum of RGB (Red+Green+Blue) = 50+160+94=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #32A05E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A05E is #CD5FA1. Grayscale: #777777. Windows color (decimal): -13459362 or 6201394. OLE color: 6201394.

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

Color convert

RGB5016094-
CMYK0.6900.410.37
HSL144º52.38%41.18%-
HSV(B)144º68.75%62.75%-
XYZ15.9126.6314.89-
YUV119.59113.5678.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 160 (62.89% from 255) = 52.63%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=16.45%
G=52.63%
B=30.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal50160940.6900.410.3714452.3841.18
Hex32A05E4502925903429
Octal62240136105051452206451
Binary1100101010000010111101000101010100110010110010000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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