Shades of Myrtle #214D11
Tints of Myrtle #214D11
RGB
CMYK
RGB Variations
Color information
#214D11 (or 0x214D11) is known color: Myrtle. HEX triplet: 21, 4D and 11. RGB value is (33,77,17). Sum of RGB (Red+Green+Blue) = 33+77+17=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #214D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214D11 is #DEB2EE. Grayscale: #393939. Windows color (decimal): -14594799 or 1133857. OLE color: 1133857.
HSL color Cylindrical-coordinate representation of color #214D11: hue angle of 104º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214D11 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 17 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.70 |
| HSL | 104º | 0.64% | 0.18% | - |
| HSV(B) | 104º | 0.78% | 0.3% | - |
| XYZ | 3.38 | 5.67 | 1.45 | - |
| YUV | 57 | 105.42 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 17 | 0.57 | 0 | 0.78 | 0.70 | 104 | 0.64 | 0.18 |
| Hex | 21 | 4D | 11 | 39 | 0 | 4E | 46 | 68 | 40 | 12 |
| Octal | 41 | 115 | 21 | 71 | 0 | 116 | 106 | 150 | 100 | 22 |
| Binary | 100001 | 1001101 | 10001 | 111001 | 0 | 1001110 | 1000110 | 1101000 | 1000000 | 10010 |
Color Harmonies of #214D11
Complementary color
Monochromatic Colors of #214D11
Black with #214D11
Text Example
Text Example
White with #214D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D11; }
p { color: rgb(33,77,17); }
H1.HeaderClassName
{
color: #214D11;
}
.AnyTagClassName
{
color: #214D11;
}
</style>
background-color css
<style>
a { background-color: #214D11; }
a { background-color: rgb(33,77,17); }
div.DivClassName
{
background-color: #214D11;
}
.BgClassName
{
background-color: #214D11;
}
</style>
border-color css
<style>
span { border-color: #214D11; }
span { border-color: rgb(33,77,17); }
td.TdClassName
{
border-color: #214D11;
}
.TagClassName
{
border-color: #214D11;
}
</style>