Shades of Eucalyptus #209C60
Tints of Eucalyptus #209C60
RGB
CMYK
RGB Variations
Color information
#209C60 (or 0x209C60) is known color: Eucalyptus. HEX triplet: 20, 9C and 60. RGB value is (32,156,96). Sum of RGB (Red+Green+Blue) = 32+156+96=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #209C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209C60 is #DF639F. Grayscale: #707070. Windows color (decimal): -14640032 or 6331424. OLE color: 6331424.
HSL color Cylindrical-coordinate representation of color #209C60: hue angle of 150.97º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209C60 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 156 | 96 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.39 |
| HSL | 150.97º | 0.66% | 0.37% | - |
| HSV(B) | 150.97º | 0.79% | 0.61% | - |
| XYZ | 14.6 | 24.93 | 15.11 | - |
| YUV | 112.08 | 118.92 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 96 | 0.79 | 0 | 0.38 | 0.39 | 150.97 | 0.66 | 0.37 |
| Hex | 20 | 9C | 60 | 4F | 0 | 26 | 27 | 97 | 42 | 25 |
| Octal | 40 | 234 | 140 | 117 | 0 | 46 | 47 | 227 | 102 | 45 |
| Binary | 100000 | 10011100 | 1100000 | 1001111 | 0 | 100110 | 100111 | 10010111 | 1000010 | 100101 |
Color Harmonies of #209C60
Complementary color
Monochromatic Colors of #209C60
Black with #209C60
Text Example
Text Example
White with #209C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209C60; }
p { color: rgb(32,156,96); }
H1.HeaderClassName
{
color: #209C60;
}
.AnyTagClassName
{
color: #209C60;
}
</style>
background-color css
<style>
a { background-color: #209C60; }
a { background-color: rgb(32,156,96); }
div.DivClassName
{
background-color: #209C60;
}
.BgClassName
{
background-color: #209C60;
}
</style>
border-color css
<style>
span { border-color: #209C60; }
span { border-color: rgb(32,156,96); }
td.TdClassName
{
border-color: #209C60;
}
.TagClassName
{
border-color: #209C60;
}
</style>