Shades of Myrtle #214816
Tints of Myrtle #214816
RGB
CMYK
RGB Variations
Color information
#214816 (or 0x214816) is known color: Myrtle. HEX triplet: 21, 48 and 16. RGB value is (33,72,22). Sum of RGB (Red+Green+Blue) = 33+72+22=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 72 (28.52% from 255 or 56.69% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 72 - color contains mainly: green. Hex color #214816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214816 is #DEB7E9. Grayscale: #363636. Windows color (decimal): -14596074 or 1460257. OLE color: 1460257.
HSL color Cylindrical-coordinate representation of color #214816: hue angle of 106.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214816 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 72 | 22 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.72 |
| HSL | 106.8º | 0.53% | 0.18% | - |
| HSV(B) | 106.8º | 0.69% | 0.28% | - |
| XYZ | 3.09 | 5.02 | 1.56 | - |
| YUV | 54.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 22 | 0.54 | 0 | 0.69 | 0.72 | 106.8 | 0.53 | 0.18 |
| Hex | 21 | 48 | 16 | 36 | 0 | 45 | 48 | 6B | 35 | 12 |
| Octal | 41 | 110 | 26 | 66 | 0 | 105 | 110 | 153 | 65 | 22 |
| Binary | 100001 | 1001000 | 10110 | 110110 | 0 | 1000101 | 1001000 | 1101011 | 110101 | 10010 |
Color Harmonies of #214816
Complementary color
Monochromatic Colors of #214816
Black with #214816
Text Example
Text Example
White with #214816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214816; }
p { color: rgb(33,72,22); }
H1.HeaderClassName
{
color: #214816;
}
.AnyTagClassName
{
color: #214816;
}
</style>
background-color css
<style>
a { background-color: #214816; }
a { background-color: rgb(33,72,22); }
div.DivClassName
{
background-color: #214816;
}
.BgClassName
{
background-color: #214816;
}
</style>
border-color css
<style>
span { border-color: #214816; }
span { border-color: rgb(33,72,22); }
td.TdClassName
{
border-color: #214816;
}
.TagClassName
{
border-color: #214816;
}
</style>