Shades of Eucalyptus #219C55
Tints of Eucalyptus #219C55
RGB
CMYK
RGB Variations
Color information
#219C55 (or 0x219C55) is known color: Eucalyptus. HEX triplet: 21, 9C and 55. RGB value is (33,156,85). Sum of RGB (Red+Green+Blue) = 33+156+85=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #219C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C55 is #DE63AA. Grayscale: #6F6F6F. Windows color (decimal): -14574507 or 5610529. OLE color: 5610529.
HSL color Cylindrical-coordinate representation of color #219C55: hue angle of 145.37º degrees, saturation: 0.65, 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 #219C55 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 85 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.39 |
| HSL | 145.37º | 0.65% | 0.37% | - |
| HSV(B) | 145.37º | 0.79% | 0.61% | - |
| XYZ | 14.16 | 24.76 | 12.63 | - |
| YUV | 111.13 | 113.25 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 85 | 0.79 | 0 | 0.46 | 0.39 | 145.37 | 0.65 | 0.37 |
| Hex | 21 | 9C | 55 | 4F | 0 | 2E | 27 | 91 | 41 | 25 |
| Octal | 41 | 234 | 125 | 117 | 0 | 56 | 47 | 221 | 101 | 45 |
| Binary | 100001 | 10011100 | 1010101 | 1001111 | 0 | 101110 | 100111 | 10010001 | 1000001 | 100101 |
Color Harmonies of #219C55
Complementary color
Monochromatic Colors of #219C55
Black with #219C55
Text Example
Text Example
White with #219C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C55; }
p { color: rgb(33,156,85); }
H1.HeaderClassName
{
color: #219C55;
}
.AnyTagClassName
{
color: #219C55;
}
</style>
background-color css
<style>
a { background-color: #219C55; }
a { background-color: rgb(33,156,85); }
div.DivClassName
{
background-color: #219C55;
}
.BgClassName
{
background-color: #219C55;
}
</style>
border-color css
<style>
span { border-color: #219C55; }
span { border-color: rgb(33,156,85); }
td.TdClassName
{
border-color: #219C55;
}
.TagClassName
{
border-color: #219C55;
}
</style>