Shades of Eucalyptus #32955A
Tints of Eucalyptus #32955A
RGB
CMYK
RGB Variations
Color information
#32955A (or 0x32955A) is known color: 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
| RGB | 50 | 149 | 90 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.42 |
| HSL | 144.24º | 0.5% | 0.39% | - |
| HSV(B) | 144.24º | 0.66% | 0.58% | - |
| XYZ | 13.91 | 22.91 | 13.36 | - |
| YUV | 112.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 90 | 0.66 | 0 | 0.40 | 0.42 | 144.24 | 0.5 | 0.39 |
| Hex | 32 | 95 | 5A | 42 | 0 | 28 | 2A | 90 | 32 | 27 |
| Octal | 62 | 225 | 132 | 102 | 0 | 50 | 52 | 220 | 62 | 47 |
| Binary | 110010 | 10010101 | 1011010 | 1000010 | 0 | 101000 | 101010 | 10010000 | 110010 | 100111 |
Color Harmonies of #32955A
Complementary color
Monochromatic Colors of #32955A
Black with #32955A
Text Example
Text Example
White with #32955A
Text Example
Text Example
HTML Codes & Css Web 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>