Shades of Eucalyptus #209A58
Tints of Eucalyptus #209A58
RGB
CMYK
RGB Variations
Color information
#209A58 (or 0x209A58) is known color: Eucalyptus. HEX triplet: 20, 9A and 58. RGB value is (32,154,88). Sum of RGB (Red+Green+Blue) = 32+154+88=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #209A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209A58 is #DF65A7. Grayscale: #6E6E6E. Windows color (decimal): -14640552 or 5806624. OLE color: 5806624.
HSL color Cylindrical-coordinate representation of color #209A58: hue angle of 147.54º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209A58 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 154 | 88 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.40 |
| HSL | 147.54º | 0.66% | 0.36% | - |
| HSV(B) | 147.54º | 0.79% | 0.6% | - |
| XYZ | 13.91 | 24.12 | 13.16 | - |
| YUV | 110 | 115.58 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 154 | 88 | 0.79 | 0 | 0.43 | 0.40 | 147.54 | 0.66 | 0.36 |
| Hex | 20 | 9A | 58 | 4F | 0 | 2B | 28 | 94 | 42 | 24 |
| Octal | 40 | 232 | 130 | 117 | 0 | 53 | 50 | 224 | 102 | 44 |
| Binary | 100000 | 10011010 | 1011000 | 1001111 | 0 | 101011 | 101000 | 10010100 | 1000010 | 100100 |
Color Harmonies of #209A58
Complementary color
Monochromatic Colors of #209A58
Black with #209A58
Text Example
Text Example
White with #209A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209A58; }
p { color: rgb(32,154,88); }
H1.HeaderClassName
{
color: #209A58;
}
.AnyTagClassName
{
color: #209A58;
}
</style>
background-color css
<style>
a { background-color: #209A58; }
a { background-color: rgb(32,154,88); }
div.DivClassName
{
background-color: #209A58;
}
.BgClassName
{
background-color: #209A58;
}
</style>
border-color css
<style>
span { border-color: #209A58; }
span { border-color: rgb(32,154,88); }
td.TdClassName
{
border-color: #209A58;
}
.TagClassName
{
border-color: #209A58;
}
</style>