Shades of Myrtle #214918
Tints of Myrtle #214918
RGB
CMYK
RGB Variations
Color information
#214918 (or 0x214918) is known color: Myrtle. HEX triplet: 21, 49 and 18. RGB value is (33,73,24). Sum of RGB (Red+Green+Blue) = 33+73+24=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #214918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214918 is #DEB6E7. Grayscale: #373737. Windows color (decimal): -14595816 or 1591585. OLE color: 1591585.
HSL color Cylindrical-coordinate representation of color #214918: hue angle of 108.98º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214918 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 24 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.71 |
| HSL | 108.98º | 0.51% | 0.19% | - |
| HSV(B) | 108.98º | 0.67% | 0.29% | - |
| XYZ | 3.17 | 5.15 | 1.69 | - |
| YUV | 55.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 24 | 0.55 | 0 | 0.67 | 0.71 | 108.98 | 0.51 | 0.19 |
| Hex | 21 | 49 | 18 | 37 | 0 | 43 | 47 | 6D | 33 | 13 |
| Octal | 41 | 111 | 30 | 67 | 0 | 103 | 107 | 155 | 63 | 23 |
| Binary | 100001 | 1001001 | 11000 | 110111 | 0 | 1000011 | 1000111 | 1101101 | 110011 | 10011 |
Color Harmonies of #214918
Complementary color
Monochromatic Colors of #214918
Black with #214918
Text Example
Text Example
White with #214918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214918; }
p { color: rgb(33,73,24); }
H1.HeaderClassName
{
color: #214918;
}
.AnyTagClassName
{
color: #214918;
}
</style>
background-color css
<style>
a { background-color: #214918; }
a { background-color: rgb(33,73,24); }
div.DivClassName
{
background-color: #214918;
}
.BgClassName
{
background-color: #214918;
}
</style>
border-color css
<style>
span { border-color: #214918; }
span { border-color: rgb(33,73,24); }
td.TdClassName
{
border-color: #214918;
}
.TagClassName
{
border-color: #214918;
}
</style>