Shades of Eucalyptus #219964
Tints of Eucalyptus #219964
RGB
CMYK
RGB Variations
Color information
#219964 (or 0x219964) is known color: Eucalyptus. HEX triplet: 21, 99 and 64. RGB value is (33,153,100). Sum of RGB (Red+Green+Blue) = 33+153+100=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #219964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219964 is #DE669B. Grayscale: #6F6F6F. Windows color (decimal): -14575260 or 6592801. OLE color: 6592801.
HSL color Cylindrical-coordinate representation of color #219964: hue angle of 153.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219964 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 100 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.4 |
| HSL | 153.5º | 0.65% | 0.36% | - |
| HSV(B) | 153.5º | 0.78% | 0.6% | - |
| XYZ | 14.32 | 24.03 | 15.94 | - |
| YUV | 111.08 | 121.74 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 100 | 0.78 | 0 | 0.35 | 0.4 | 153.5 | 0.65 | 0.36 |
| Hex | 21 | 99 | 64 | 4E | 0 | 23 | 28 | 9A | 41 | 24 |
| Octal | 41 | 231 | 144 | 116 | 0 | 43 | 50 | 232 | 101 | 44 |
| Binary | 100001 | 10011001 | 1100100 | 1001110 | 0 | 100011 | 101000 | 10011010 | 1000001 | 100100 |
Color Harmonies of #219964
Complementary color
Monochromatic Colors of #219964
Black with #219964
Text Example
Text Example
White with #219964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219964; }
p { color: rgb(33,153,100); }
H1.HeaderClassName
{
color: #219964;
}
.AnyTagClassName
{
color: #219964;
}
</style>
background-color css
<style>
a { background-color: #219964; }
a { background-color: rgb(33,153,100); }
div.DivClassName
{
background-color: #219964;
}
.BgClassName
{
background-color: #219964;
}
</style>
border-color css
<style>
span { border-color: #219964; }
span { border-color: rgb(33,153,100); }
td.TdClassName
{
border-color: #219964;
}
.TagClassName
{
border-color: #219964;
}
</style>