Shades of Myrtle #214813
Tints of Myrtle #214813
RGB
CMYK
RGB Variations
Color information
#214813 (or 0x214813) is known color: Myrtle. HEX triplet: 21, 48 and 13. RGB value is (33,72,19). Sum of RGB (Red+Green+Blue) = 33+72+19=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #214813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214813 is #DEB7EC. Grayscale: #363636. Windows color (decimal): -14596077 or 1263649. OLE color: 1263649.
HSL color Cylindrical-coordinate representation of color #214813: hue angle of 104.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214813 is Cyan = 0.54, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 72 | 19 | - |
| CMYK | 0.54 | 0 | 0.74 | 0.72 |
| HSL | 104.15º | 0.58% | 0.18% | - |
| HSV(B) | 104.15º | 0.74% | 0.28% | - |
| XYZ | 3.06 | 5.01 | 1.42 | - |
| YUV | 54.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 19 | 0.54 | 0 | 0.74 | 0.72 | 104.15 | 0.58 | 0.18 |
| Hex | 21 | 48 | 13 | 36 | 0 | 4A | 48 | 68 | 3A | 12 |
| Octal | 41 | 110 | 23 | 66 | 0 | 112 | 110 | 150 | 72 | 22 |
| Binary | 100001 | 1001000 | 10011 | 110110 | 0 | 1001010 | 1001000 | 1101000 | 111010 | 10010 |
Color Harmonies of #214813
Complementary color
Monochromatic Colors of #214813
Black with #214813
Text Example
Text Example
White with #214813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214813; }
p { color: rgb(33,72,19); }
H1.HeaderClassName
{
color: #214813;
}
.AnyTagClassName
{
color: #214813;
}
</style>
background-color css
<style>
a { background-color: #214813; }
a { background-color: rgb(33,72,19); }
div.DivClassName
{
background-color: #214813;
}
.BgClassName
{
background-color: #214813;
}
</style>
border-color css
<style>
span { border-color: #214813; }
span { border-color: rgb(33,72,19); }
td.TdClassName
{
border-color: #214813;
}
.TagClassName
{
border-color: #214813;
}
</style>