Shades of Myrtle #214D0E
Tints of Myrtle #214D0E
RGB
CMYK
RGB Variations
Color information
#214D0E (or 0x214D0E) is known color: Myrtle. HEX triplet: 21, 4D and 0E. RGB value is (33,77,14). Sum of RGB (Red+Green+Blue) = 33+77+14=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 77 (30.47% from 255 or 62.10% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 77 - color contains mainly: green. Hex color #214D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214D0E is #DEB2F1. Grayscale: #383838. Windows color (decimal): -14594802 or 937249. OLE color: 937249.
HSL color Cylindrical-coordinate representation of color #214D0E: hue angle of 101.9º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #214D0E is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 14 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.70 |
| HSL | 101.9º | 0.69% | 0.18% | - |
| HSV(B) | 101.9º | 0.82% | 0.3% | - |
| XYZ | 3.36 | 5.66 | 1.33 | - |
| YUV | 56.66 | 103.92 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 14 | 0.57 | 0 | 0.82 | 0.70 | 101.9 | 0.69 | 0.18 |
| Hex | 21 | 4D | E | 39 | 0 | 52 | 46 | 66 | 45 | 12 |
| Octal | 41 | 115 | 16 | 71 | 0 | 122 | 106 | 146 | 105 | 22 |
| Binary | 100001 | 1001101 | 1110 | 111001 | 0 | 1010010 | 1000110 | 1100110 | 1000101 | 10010 |
Color Harmonies of #214D0E
Complementary color
Monochromatic Colors of #214D0E
Black with #214D0E
Text Example
Text Example
White with #214D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D0E; }
p { color: rgb(33,77,14); }
H1.HeaderClassName
{
color: #214D0E;
}
.AnyTagClassName
{
color: #214D0E;
}
</style>
background-color css
<style>
a { background-color: #214D0E; }
a { background-color: rgb(33,77,14); }
div.DivClassName
{
background-color: #214D0E;
}
.BgClassName
{
background-color: #214D0E;
}
</style>
border-color css
<style>
span { border-color: #214D0E; }
span { border-color: rgb(33,77,14); }
td.TdClassName
{
border-color: #214D0E;
}
.TagClassName
{
border-color: #214D0E;
}
</style>