Shades of Myrtle #214715
Tints of Myrtle #214715
RGB
CMYK
RGB Variations
Color information
#214715 (or 0x214715) is known color: Myrtle. HEX triplet: 21, 47 and 15. RGB value is (33,71,21). Sum of RGB (Red+Green+Blue) = 33+71+21=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #214715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214715 is #DEB8EA. Grayscale: #363636. Windows color (decimal): -14596331 or 1394465. OLE color: 1394465.
HSL color Cylindrical-coordinate representation of color #214715: hue angle of 105.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #214715 is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 21 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.72 |
| HSL | 105.6º | 0.54% | 0.18% | - |
| HSV(B) | 105.6º | 0.7% | 0.28% | - |
| XYZ | 3.02 | 4.88 | 1.49 | - |
| YUV | 53.94 | 109.41 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 21 | 0.54 | 0 | 0.70 | 0.72 | 105.6 | 0.54 | 0.18 |
| Hex | 21 | 47 | 15 | 36 | 0 | 46 | 48 | 6A | 36 | 12 |
| Octal | 41 | 107 | 25 | 66 | 0 | 106 | 110 | 152 | 66 | 22 |
| Binary | 100001 | 1000111 | 10101 | 110110 | 0 | 1000110 | 1001000 | 1101010 | 110110 | 10010 |
Color Harmonies of #214715
Complementary color
Monochromatic Colors of #214715
Black with #214715
Text Example
Text Example
White with #214715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214715; }
p { color: rgb(33,71,21); }
H1.HeaderClassName
{
color: #214715;
}
.AnyTagClassName
{
color: #214715;
}
</style>
background-color css
<style>
a { background-color: #214715; }
a { background-color: rgb(33,71,21); }
div.DivClassName
{
background-color: #214715;
}
.BgClassName
{
background-color: #214715;
}
</style>
border-color css
<style>
span { border-color: #214715; }
span { border-color: rgb(33,71,21); }
td.TdClassName
{
border-color: #214715;
}
.TagClassName
{
border-color: #214715;
}
</style>