Shades of Eucalyptus #209D54
Tints of Eucalyptus #209D54
RGB
CMYK
RGB Variations
Color information
#209D54 (or 0x209D54) is known color: Eucalyptus. HEX triplet: 20, 9D and 54. RGB value is (32,157,84). Sum of RGB (Red+Green+Blue) = 32+157+84=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #209D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209D54 is #DF62AB. Grayscale: #6F6F6F. Windows color (decimal): -14639788 or 5545248. OLE color: 5545248.
HSL color Cylindrical-coordinate representation of color #209D54: hue angle of 144.96º 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 #209D54 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 157 | 84 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.38 |
| HSL | 144.96º | 0.66% | 0.37% | - |
| HSV(B) | 144.96º | 0.8% | 0.62% | - |
| XYZ | 14.25 | 25.06 | 12.47 | - |
| YUV | 111.3 | 112.59 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 157 | 84 | 0.80 | 0 | 0.46 | 0.38 | 144.96 | 0.66 | 0.37 |
| Hex | 20 | 9D | 54 | 50 | 0 | 2E | 26 | 91 | 42 | 25 |
| Octal | 40 | 235 | 124 | 120 | 0 | 56 | 46 | 221 | 102 | 45 |
| Binary | 100000 | 10011101 | 1010100 | 1010000 | 0 | 101110 | 100110 | 10010001 | 1000010 | 100101 |
Color Harmonies of #209D54
Complementary color
Monochromatic Colors of #209D54
Black with #209D54
Text Example
Text Example
White with #209D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209D54; }
p { color: rgb(32,157,84); }
H1.HeaderClassName
{
color: #209D54;
}
.AnyTagClassName
{
color: #209D54;
}
</style>
background-color css
<style>
a { background-color: #209D54; }
a { background-color: rgb(32,157,84); }
div.DivClassName
{
background-color: #209D54;
}
.BgClassName
{
background-color: #209D54;
}
</style>
border-color css
<style>
span { border-color: #209D54; }
span { border-color: rgb(32,157,84); }
td.TdClassName
{
border-color: #209D54;
}
.TagClassName
{
border-color: #209D54;
}
</style>