Shades of Eucalyptus #219961
Tints of Eucalyptus #219961
RGB
CMYK
RGB Variations
Color information
#219961 (or 0x219961) is known color: Eucalyptus. HEX triplet: 21, 99 and 61. RGB value is (33,153,97). Sum of RGB (Red+Green+Blue) = 33+153+97=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #219961 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219961 is #DE669E. Grayscale: #6E6E6E. Windows color (decimal): -14575263 or 6396193. OLE color: 6396193.
HSL color Cylindrical-coordinate representation of color #219961: hue angle of 152º 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 #219961 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 97 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.4 |
| HSL | 152º | 0.65% | 0.36% | - |
| HSV(B) | 152º | 0.78% | 0.6% | - |
| XYZ | 14.18 | 23.97 | 15.19 | - |
| YUV | 110.74 | 120.24 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 97 | 0.78 | 0 | 0.37 | 0.4 | 152 | 0.65 | 0.36 |
| Hex | 21 | 99 | 61 | 4E | 0 | 25 | 28 | 98 | 41 | 24 |
| Octal | 41 | 231 | 141 | 116 | 0 | 45 | 50 | 230 | 101 | 44 |
| Binary | 100001 | 10011001 | 1100001 | 1001110 | 0 | 100101 | 101000 | 10011000 | 1000001 | 100100 |
Color Harmonies of #219961
Complementary color
Monochromatic Colors of #219961
Black with #219961
Text Example
Text Example
White with #219961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219961; }
p { color: rgb(33,153,97); }
H1.HeaderClassName
{
color: #219961;
}
.AnyTagClassName
{
color: #219961;
}
</style>
background-color css
<style>
a { background-color: #219961; }
a { background-color: rgb(33,153,97); }
div.DivClassName
{
background-color: #219961;
}
.BgClassName
{
background-color: #219961;
}
</style>
border-color css
<style>
span { border-color: #219961; }
span { border-color: rgb(33,153,97); }
td.TdClassName
{
border-color: #219961;
}
.TagClassName
{
border-color: #219961;
}
</style>