Shades of Eucalyptus #219662
Tints of Eucalyptus #219662
RGB
CMYK
RGB Variations
Color information
#219662 (or 0x219662) is known color: Eucalyptus. HEX triplet: 21, 96 and 62. RGB value is (33,150,98). Sum of RGB (Red+Green+Blue) = 33+150+98=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #219662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219662 is #DE699D. Grayscale: #6D6D6D. Windows color (decimal): -14576030 or 6460961. OLE color: 6460961.
HSL color Cylindrical-coordinate representation of color #219662: hue angle of 153.33º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219662 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 98 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.41 |
| HSL | 153.33º | 0.64% | 0.36% | - |
| HSV(B) | 153.33º | 0.78% | 0.59% | - |
| XYZ | 13.74 | 23.02 | 15.27 | - |
| YUV | 109.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 98 | 0.78 | 0 | 0.35 | 0.41 | 153.33 | 0.64 | 0.36 |
| Hex | 21 | 96 | 62 | 4E | 0 | 23 | 29 | 99 | 40 | 24 |
| Octal | 41 | 226 | 142 | 116 | 0 | 43 | 51 | 231 | 100 | 44 |
| Binary | 100001 | 10010110 | 1100010 | 1001110 | 0 | 100011 | 101001 | 10011001 | 1000000 | 100100 |
Color Harmonies of #219662
Complementary color
Monochromatic Colors of #219662
Black with #219662
Text Example
Text Example
White with #219662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219662; }
p { color: rgb(33,150,98); }
H1.HeaderClassName
{
color: #219662;
}
.AnyTagClassName
{
color: #219662;
}
</style>
background-color css
<style>
a { background-color: #219662; }
a { background-color: rgb(33,150,98); }
div.DivClassName
{
background-color: #219662;
}
.BgClassName
{
background-color: #219662;
}
</style>
border-color css
<style>
span { border-color: #219662; }
span { border-color: rgb(33,150,98); }
td.TdClassName
{
border-color: #219662;
}
.TagClassName
{
border-color: #219662;
}
</style>