Shades of Myrtle #214713
Tints of Myrtle #214713
RGB
CMYK
RGB Variations
Color information
#214713 (or 0x214713) is known color: Myrtle. HEX triplet: 21, 47 and 13. RGB value is (33,71,19). Sum of RGB (Red+Green+Blue) = 33+71+19=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #214713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214713 is #DEB8EC. Grayscale: #353535. Windows color (decimal): -14596333 or 1263393. OLE color: 1263393.
HSL color Cylindrical-coordinate representation of color #214713: hue angle of 103.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214713 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 19 | - |
| CMYK | 0.54 | 0 | 0.73 | 0.72 |
| HSL | 103.85º | 0.58% | 0.18% | - |
| HSV(B) | 103.85º | 0.73% | 0.28% | - |
| XYZ | 3 | 4.88 | 1.4 | - |
| YUV | 53.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 19 | 0.54 | 0 | 0.73 | 0.72 | 103.85 | 0.58 | 0.18 |
| Hex | 21 | 47 | 13 | 36 | 0 | 49 | 48 | 68 | 3A | 12 |
| Octal | 41 | 107 | 23 | 66 | 0 | 111 | 110 | 150 | 72 | 22 |
| Binary | 100001 | 1000111 | 10011 | 110110 | 0 | 1001001 | 1001000 | 1101000 | 111010 | 10010 |
Color Harmonies of #214713
Complementary color
Monochromatic Colors of #214713
Black with #214713
Text Example
Text Example
White with #214713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214713; }
p { color: rgb(33,71,19); }
H1.HeaderClassName
{
color: #214713;
}
.AnyTagClassName
{
color: #214713;
}
</style>
background-color css
<style>
a { background-color: #214713; }
a { background-color: rgb(33,71,19); }
div.DivClassName
{
background-color: #214713;
}
.BgClassName
{
background-color: #214713;
}
</style>
border-color css
<style>
span { border-color: #214713; }
span { border-color: rgb(33,71,19); }
td.TdClassName
{
border-color: #214713;
}
.TagClassName
{
border-color: #214713;
}
</style>