Shades of Myrtle #214814
Tints of Myrtle #214814
RGB
CMYK
RGB Variations
Color information
#214814 (or 0x214814) is known color: Myrtle. HEX triplet: 21, 48 and 14. RGB value is (33,72,20). Sum of RGB (Red+Green+Blue) = 33+72+20=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #214814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214814 is #DEB7EB. Grayscale: #363636. Windows color (decimal): -14596076 or 1329185. OLE color: 1329185.
HSL color Cylindrical-coordinate representation of color #214814: hue angle of 105º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214814 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 72 | 20 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.72 |
| HSL | 105º | 0.57% | 0.18% | - |
| HSV(B) | 105º | 0.72% | 0.28% | - |
| XYZ | 3.07 | 5.01 | 1.47 | - |
| YUV | 54.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 20 | 0.54 | 0 | 0.72 | 0.72 | 105 | 0.57 | 0.18 |
| Hex | 21 | 48 | 14 | 36 | 0 | 48 | 48 | 69 | 39 | 12 |
| Octal | 41 | 110 | 24 | 66 | 0 | 110 | 110 | 151 | 71 | 22 |
| Binary | 100001 | 1001000 | 10100 | 110110 | 0 | 1001000 | 1001000 | 1101001 | 111001 | 10010 |
Color Harmonies of #214814
Complementary color
Monochromatic Colors of #214814
Black with #214814
Text Example
Text Example
White with #214814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214814; }
p { color: rgb(33,72,20); }
H1.HeaderClassName
{
color: #214814;
}
.AnyTagClassName
{
color: #214814;
}
</style>
background-color css
<style>
a { background-color: #214814; }
a { background-color: rgb(33,72,20); }
div.DivClassName
{
background-color: #214814;
}
.BgClassName
{
background-color: #214814;
}
</style>
border-color css
<style>
span { border-color: #214814; }
span { border-color: rgb(33,72,20); }
td.TdClassName
{
border-color: #214814;
}
.TagClassName
{
border-color: #214814;
}
</style>