#32965A

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

Shades of Eucalyptus #32965A

Tints of Eucalyptus #32965A

Color information

#32965A (or 0x32965A) is unknown color: approx Eucalyptus. HEX triplet: 32, 96 and 5A. RGB value is (50,150,90). Sum of RGB (Red+Green+Blue) = 50+150+90=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #32965A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32965A is #CD69A5. Grayscale: #717171. Windows color (decimal): -13461926 or 5936690. OLE color: 5936690.

HSL color Cylindrical-coordinate representation of color #32965A: hue angle of 144º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32965A is Cyan = 0.67, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB5015090-
CMYK0.6700.40.41
HSL144º50%39.22%-
HSV(B)144º66.67%58.82%-
XYZ14.0723.2313.42-
YUV113.26114.8782.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 150 (58.98% from 255) = 51.72%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=17.24%
G=51.72%
B=31.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50150900.6700.40.411445039.22
Hex32965A4302829903227
Octal62226132103050512206247
Binary1100101001011010110101000011010100010100110010000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32965A; }

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

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

<style>
 a { background-color: #32965A; }

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

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

<style>
 span { border-color: #32965A; }

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

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