Shades of Eucalyptus #209B63
Tints of Eucalyptus #209B63
RGB
CMYK
RGB Variations
Color information
#209B63 (or 0x209B63) is known color: Eucalyptus. HEX triplet: 20, 9B and 63. RGB value is (32,155,99). Sum of RGB (Red+Green+Blue) = 32+155+99=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #209B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209B63 is #DF649C. Grayscale: #6F6F6F. Windows color (decimal): -14640285 or 6527776. OLE color: 6527776.
HSL color Cylindrical-coordinate representation of color #209B63: hue angle of 152.68º 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 #209B63 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 155 | 99 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.39 |
| HSL | 152.68º | 0.66% | 0.37% | - |
| HSV(B) | 152.68º | 0.79% | 0.61% | - |
| XYZ | 14.57 | 24.65 | 15.79 | - |
| YUV | 111.84 | 120.75 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 99 | 0.79 | 0 | 0.36 | 0.39 | 152.68 | 0.66 | 0.37 |
| Hex | 20 | 9B | 63 | 4F | 0 | 24 | 27 | 99 | 42 | 25 |
| Octal | 40 | 233 | 143 | 117 | 0 | 44 | 47 | 231 | 102 | 45 |
| Binary | 100000 | 10011011 | 1100011 | 1001111 | 0 | 100100 | 100111 | 10011001 | 1000010 | 100101 |
Color Harmonies of #209B63
Complementary color
Monochromatic Colors of #209B63
Black with #209B63
Text Example
Text Example
White with #209B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209B63; }
p { color: rgb(32,155,99); }
H1.HeaderClassName
{
color: #209B63;
}
.AnyTagClassName
{
color: #209B63;
}
</style>
background-color css
<style>
a { background-color: #209B63; }
a { background-color: rgb(32,155,99); }
div.DivClassName
{
background-color: #209B63;
}
.BgClassName
{
background-color: #209B63;
}
</style>
border-color css
<style>
span { border-color: #209B63; }
span { border-color: rgb(32,155,99); }
td.TdClassName
{
border-color: #209B63;
}
.TagClassName
{
border-color: #209B63;
}
</style>