#32955A

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

Shades of Eucalyptus #32955A

Tints of Eucalyptus #32955A

Color information

#32955A (or 0x32955A) is unknown color: approx Eucalyptus. HEX triplet: 32, 95 and 5A. RGB value is (50,149,90). Sum of RGB (Red+Green+Blue) = 50+149+90=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #32955A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32955A is #CD6AA5. Grayscale: #707070. Windows color (decimal): -13462182 or 5936434. OLE color: 5936434.

HSL color Cylindrical-coordinate representation of color #32955A: hue angle of 144.24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32955A is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB5014990-
CMYK0.6600.400.42
HSL144.24º49.75%39.02%-
HSV(B)144.24º66.44%58.43%-
XYZ13.9122.9113.36-
YUV112.67115.283.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=17.30%
G=51.56%
B=31.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149900.6600.400.42144.2449.7539.02
Hex32955A420282A903227
Octal62225132102050522206247
Binary1100101001010110110101000010010100010101010010000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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