Shades of Myrtle #214C16
Tints of Myrtle #214C16
RGB
CMYK
RGB Variations
Color information
#214C16 (or 0x214C16) is known color: Myrtle. HEX triplet: 21, 4C and 16. RGB value is (33,76,22). Sum of RGB (Red+Green+Blue) = 33+76+22=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 76 (30.08% from 255 or 58.02% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 76 - color contains mainly: green. Hex color #214C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214C16 is #DEB3E9. Grayscale: #393939. Windows color (decimal): -14595050 or 1461281. OLE color: 1461281.
HSL color Cylindrical-coordinate representation of color #214C16: hue angle of 107.78º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214C16 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 76 | 22 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.70 |
| HSL | 107.78º | 0.55% | 0.19% | - |
| HSV(B) | 107.78º | 0.71% | 0.3% | - |
| XYZ | 3.36 | 5.55 | 1.65 | - |
| YUV | 56.99 | 108.25 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 22 | 0.57 | 0 | 0.71 | 0.70 | 107.78 | 0.55 | 0.19 |
| Hex | 21 | 4C | 16 | 39 | 0 | 47 | 46 | 6C | 37 | 13 |
| Octal | 41 | 114 | 26 | 71 | 0 | 107 | 106 | 154 | 67 | 23 |
| Binary | 100001 | 1001100 | 10110 | 111001 | 0 | 1000111 | 1000110 | 1101100 | 110111 | 10011 |
Color Harmonies of #214C16
Complementary color
Monochromatic Colors of #214C16
Black with #214C16
Text Example
Text Example
White with #214C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C16; }
p { color: rgb(33,76,22); }
H1.HeaderClassName
{
color: #214C16;
}
.AnyTagClassName
{
color: #214C16;
}
</style>
background-color css
<style>
a { background-color: #214C16; }
a { background-color: rgb(33,76,22); }
div.DivClassName
{
background-color: #214C16;
}
.BgClassName
{
background-color: #214C16;
}
</style>
border-color css
<style>
span { border-color: #214C16; }
span { border-color: rgb(33,76,22); }
td.TdClassName
{
border-color: #214C16;
}
.TagClassName
{
border-color: #214C16;
}
</style>