Shades of Myrtle #214D0B
Tints of Myrtle #214D0B
RGB
CMYK
RGB Variations
Color information
#214D0B (or 0x214D0B) is known color: Myrtle. HEX triplet: 21, 4D and 0B. RGB value is (33,77,11). Sum of RGB (Red+Green+Blue) = 33+77+11=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 77 (30.47% from 255 or 63.64% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 77 - color contains mainly: green. Hex color #214D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #214D0B is #DEB2F4. Grayscale: #383838. Windows color (decimal): -14594805 or 740641. OLE color: 740641.
HSL color Cylindrical-coordinate representation of color #214D0B: hue angle of 100º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #214D0B is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 11 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.70 |
| HSL | 100º | 0.75% | 0.17% | - |
| HSV(B) | 100º | 0.86% | 0.3% | - |
| XYZ | 3.34 | 5.66 | 1.23 | - |
| YUV | 56.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 11 | 0.57 | 0 | 0.86 | 0.70 | 100 | 0.75 | 0.17 |
| Hex | 21 | 4D | B | 39 | 0 | 56 | 46 | 64 | 4B | 11 |
| Octal | 41 | 115 | 13 | 71 | 0 | 126 | 106 | 144 | 113 | 21 |
| Binary | 100001 | 1001101 | 1011 | 111001 | 0 | 1010110 | 1000110 | 1100100 | 1001011 | 10001 |
Color Harmonies of #214D0B
Complementary color
Monochromatic Colors of #214D0B
Black with #214D0B
Text Example
Text Example
White with #214D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D0B; }
p { color: rgb(33,77,11); }
H1.HeaderClassName
{
color: #214D0B;
}
.AnyTagClassName
{
color: #214D0B;
}
</style>
background-color css
<style>
a { background-color: #214D0B; }
a { background-color: rgb(33,77,11); }
div.DivClassName
{
background-color: #214D0B;
}
.BgClassName
{
background-color: #214D0B;
}
</style>
border-color css
<style>
span { border-color: #214D0B; }
span { border-color: rgb(33,77,11); }
td.TdClassName
{
border-color: #214D0B;
}
.TagClassName
{
border-color: #214D0B;
}
</style>