Shades of Eucalyptus #219D54
Tints of Eucalyptus #219D54
RGB
CMYK
RGB Variations
Color information
#219D54 (or 0x219D54) is known color: Eucalyptus. HEX triplet: 21, 9D and 54. RGB value is (33,157,84). Sum of RGB (Red+Green+Blue) = 33+157+84=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #219D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #219D54 is #DE62AB. Grayscale: #6F6F6F. Windows color (decimal): -14574252 or 5545249. OLE color: 5545249.
HSL color Cylindrical-coordinate representation of color #219D54: hue angle of 144.68º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219D54 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 157 | 84 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.38 |
| HSL | 144.68º | 0.65% | 0.37% | - |
| HSV(B) | 144.68º | 0.79% | 0.62% | - |
| XYZ | 14.28 | 25.08 | 12.48 | - |
| YUV | 111.6 | 112.42 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 84 | 0.79 | 0 | 0.46 | 0.38 | 144.68 | 0.65 | 0.37 |
| Hex | 21 | 9D | 54 | 4F | 0 | 2E | 26 | 91 | 41 | 25 |
| Octal | 41 | 235 | 124 | 117 | 0 | 56 | 46 | 221 | 101 | 45 |
| Binary | 100001 | 10011101 | 1010100 | 1001111 | 0 | 101110 | 100110 | 10010001 | 1000001 | 100101 |
Color Harmonies of #219D54
Complementary color
Monochromatic Colors of #219D54
Black with #219D54
Text Example
Text Example
White with #219D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219D54; }
p { color: rgb(33,157,84); }
H1.HeaderClassName
{
color: #219D54;
}
.AnyTagClassName
{
color: #219D54;
}
</style>
background-color css
<style>
a { background-color: #219D54; }
a { background-color: rgb(33,157,84); }
div.DivClassName
{
background-color: #219D54;
}
.BgClassName
{
background-color: #219D54;
}
</style>
border-color css
<style>
span { border-color: #219D54; }
span { border-color: rgb(33,157,84); }
td.TdClassName
{
border-color: #219D54;
}
.TagClassName
{
border-color: #219D54;
}
</style>