Shades of Eucalyptus #209D55
Tints of Eucalyptus #209D55
RGB
CMYK
RGB Variations
Color information
#209D55 (or 0x209D55) is known color: Eucalyptus. HEX triplet: 20, 9D and 55. RGB value is (32,157,85). Sum of RGB (Red+Green+Blue) = 32+157+85=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #209D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D55 is #DF62AA. Grayscale: #6F6F6F. Windows color (decimal): -14639787 or 5610784. OLE color: 5610784.
HSL color Cylindrical-coordinate representation of color #209D55: hue angle of 145.44º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209D55 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 157 | 85 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.38 |
| HSL | 145.44º | 0.66% | 0.37% | - |
| HSV(B) | 145.44º | 0.8% | 0.62% | - |
| XYZ | 14.29 | 25.08 | 12.68 | - |
| YUV | 111.42 | 113.09 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 85 | 0.80 | 0 | 0.46 | 0.38 | 145.44 | 0.66 | 0.37 |
| Hex | 20 | 9D | 55 | 50 | 0 | 2E | 26 | 91 | 42 | 25 |
| Octal | 40 | 235 | 125 | 120 | 0 | 56 | 46 | 221 | 102 | 45 |
| Binary | 100000 | 10011101 | 1010101 | 1010000 | 0 | 101110 | 100110 | 10010001 | 1000010 | 100101 |
Color Harmonies of #209D55
Complementary color
Monochromatic Colors of #209D55
Black with #209D55
Text Example
Text Example
White with #209D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209D55; }
p { color: rgb(32,157,85); }
H1.HeaderClassName
{
color: #209D55;
}
.AnyTagClassName
{
color: #209D55;
}
</style>
background-color css
<style>
a { background-color: #209D55; }
a { background-color: rgb(32,157,85); }
div.DivClassName
{
background-color: #209D55;
}
.BgClassName
{
background-color: #209D55;
}
</style>
border-color css
<style>
span { border-color: #209D55; }
span { border-color: rgb(32,157,85); }
td.TdClassName
{
border-color: #209D55;
}
.TagClassName
{
border-color: #209D55;
}
</style>