Shades of Eucalyptus #209C64
Tints of Eucalyptus #209C64
RGB
CMYK
RGB Variations
Color information
#209C64 (or 0x209C64) is known color: Eucalyptus. HEX triplet: 20, 9C and 64. RGB value is (32,156,100). Sum of RGB (Red+Green+Blue) = 32+156+100=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #209C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209C64 is #DF639B. Grayscale: #707070. Windows color (decimal): -14640028 or 6593568. OLE color: 6593568.
HSL color Cylindrical-coordinate representation of color #209C64: hue angle of 152.9º 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 #209C64 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 156 | 100 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.39 |
| HSL | 152.9º | 0.66% | 0.37% | - |
| HSV(B) | 152.9º | 0.79% | 0.61% | - |
| XYZ | 14.78 | 25 | 16.1 | - |
| YUV | 112.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 156 | 100 | 0.79 | 0 | 0.36 | 0.39 | 152.9 | 0.66 | 0.37 |
| Hex | 20 | 9C | 64 | 4F | 0 | 24 | 27 | 99 | 42 | 25 |
| Octal | 40 | 234 | 144 | 117 | 0 | 44 | 47 | 231 | 102 | 45 |
| Binary | 100000 | 10011100 | 1100100 | 1001111 | 0 | 100100 | 100111 | 10011001 | 1000010 | 100101 |
Color Harmonies of #209C64
Complementary color
Monochromatic Colors of #209C64
Black with #209C64
Text Example
Text Example
White with #209C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209C64; }
p { color: rgb(32,156,100); }
H1.HeaderClassName
{
color: #209C64;
}
.AnyTagClassName
{
color: #209C64;
}
</style>
background-color css
<style>
a { background-color: #209C64; }
a { background-color: rgb(32,156,100); }
div.DivClassName
{
background-color: #209C64;
}
.BgClassName
{
background-color: #209C64;
}
</style>
border-color css
<style>
span { border-color: #209C64; }
span { border-color: rgb(32,156,100); }
td.TdClassName
{
border-color: #209C64;
}
.TagClassName
{
border-color: #209C64;
}
</style>