Shades of Eucalyptus #219A63
Tints of Eucalyptus #219A63
RGB
CMYK
RGB Variations
Color information
#219A63 (or 0x219A63) is known color: Eucalyptus. HEX triplet: 21, 9A and 63. RGB value is (33,154,99). Sum of RGB (Red+Green+Blue) = 33+154+99=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #219A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219A63 is #DE659C. Grayscale: #6F6F6F. Windows color (decimal): -14575005 or 6527521. OLE color: 6527521.
HSL color Cylindrical-coordinate representation of color #219A63: hue angle of 152.73º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219A63 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 154 | 99 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.40 |
| HSL | 152.73º | 0.65% | 0.37% | - |
| HSV(B) | 152.73º | 0.79% | 0.6% | - |
| XYZ | 14.43 | 24.34 | 15.74 | - |
| YUV | 111.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 99 | 0.79 | 0 | 0.36 | 0.40 | 152.73 | 0.65 | 0.37 |
| Hex | 21 | 9A | 63 | 4F | 0 | 24 | 28 | 99 | 41 | 25 |
| Octal | 41 | 232 | 143 | 117 | 0 | 44 | 50 | 231 | 101 | 45 |
| Binary | 100001 | 10011010 | 1100011 | 1001111 | 0 | 100100 | 101000 | 10011001 | 1000001 | 100101 |
Color Harmonies of #219A63
Complementary color
Monochromatic Colors of #219A63
Black with #219A63
Text Example
Text Example
White with #219A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219A63; }
p { color: rgb(33,154,99); }
H1.HeaderClassName
{
color: #219A63;
}
.AnyTagClassName
{
color: #219A63;
}
</style>
background-color css
<style>
a { background-color: #219A63; }
a { background-color: rgb(33,154,99); }
div.DivClassName
{
background-color: #219A63;
}
.BgClassName
{
background-color: #219A63;
}
</style>
border-color css
<style>
span { border-color: #219A63; }
span { border-color: rgb(33,154,99); }
td.TdClassName
{
border-color: #219A63;
}
.TagClassName
{
border-color: #219A63;
}
</style>