Shades of Eucalyptus #219C54
Tints of Eucalyptus #219C54
RGB
CMYK
RGB Variations
Color information
#219C54 (or 0x219C54) is known color: Eucalyptus. HEX triplet: 21, 9C and 54. RGB value is (33,156,84). Sum of RGB (Red+Green+Blue) = 33+156+84=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #219C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219C54 is #DE63AB. Grayscale: #6F6F6F. Windows color (decimal): -14574508 or 5544993. OLE color: 5544993.
HSL color Cylindrical-coordinate representation of color #219C54: hue angle of 144.88º 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 #219C54 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 84 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.39 |
| HSL | 144.88º | 0.65% | 0.37% | - |
| HSV(B) | 144.88º | 0.79% | 0.61% | - |
| XYZ | 14.12 | 24.74 | 12.42 | - |
| YUV | 111.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 84 | 0.79 | 0 | 0.46 | 0.39 | 144.88 | 0.65 | 0.37 |
| Hex | 21 | 9C | 54 | 4F | 0 | 2E | 27 | 91 | 41 | 25 |
| Octal | 41 | 234 | 124 | 117 | 0 | 56 | 47 | 221 | 101 | 45 |
| Binary | 100001 | 10011100 | 1010100 | 1001111 | 0 | 101110 | 100111 | 10010001 | 1000001 | 100101 |
Color Harmonies of #219C54
Complementary color
Monochromatic Colors of #219C54
Black with #219C54
Text Example
Text Example
White with #219C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C54; }
p { color: rgb(33,156,84); }
H1.HeaderClassName
{
color: #219C54;
}
.AnyTagClassName
{
color: #219C54;
}
</style>
background-color css
<style>
a { background-color: #219C54; }
a { background-color: rgb(33,156,84); }
div.DivClassName
{
background-color: #219C54;
}
.BgClassName
{
background-color: #219C54;
}
</style>
border-color css
<style>
span { border-color: #219C54; }
span { border-color: rgb(33,156,84); }
td.TdClassName
{
border-color: #219C54;
}
.TagClassName
{
border-color: #219C54;
}
</style>