Shades of Myrtle #214711
Tints of Myrtle #214711
RGB
CMYK
RGB Variations
Color information
#214711 (or 0x214711) is known color: Myrtle. HEX triplet: 21, 47 and 11. RGB value is (33,71,17). Sum of RGB (Red+Green+Blue) = 33+71+17=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #214711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214711 is #DEB8EE. Grayscale: #353535. Windows color (decimal): -14596335 or 1132321. OLE color: 1132321.
HSL color Cylindrical-coordinate representation of color #214711: hue angle of 102.22º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214711 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 17 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.72 |
| HSL | 102.22º | 0.61% | 0.17% | - |
| HSV(B) | 102.22º | 0.76% | 0.28% | - |
| XYZ | 2.98 | 4.87 | 1.31 | - |
| YUV | 53.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 17 | 0.54 | 0 | 0.76 | 0.72 | 102.22 | 0.61 | 0.17 |
| Hex | 21 | 47 | 11 | 36 | 0 | 4C | 48 | 66 | 3D | 11 |
| Octal | 41 | 107 | 21 | 66 | 0 | 114 | 110 | 146 | 75 | 21 |
| Binary | 100001 | 1000111 | 10001 | 110110 | 0 | 1001100 | 1001000 | 1100110 | 111101 | 10001 |
Color Harmonies of #214711
Complementary color
Monochromatic Colors of #214711
Black with #214711
Text Example
Text Example
White with #214711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214711; }
p { color: rgb(33,71,17); }
H1.HeaderClassName
{
color: #214711;
}
.AnyTagClassName
{
color: #214711;
}
</style>
background-color css
<style>
a { background-color: #214711; }
a { background-color: rgb(33,71,17); }
div.DivClassName
{
background-color: #214711;
}
.BgClassName
{
background-color: #214711;
}
</style>
border-color css
<style>
span { border-color: #214711; }
span { border-color: rgb(33,71,17); }
td.TdClassName
{
border-color: #214711;
}
.TagClassName
{
border-color: #214711;
}
</style>