Shades of Myrtle #214706
Tints of Myrtle #214706
RGB
CMYK
RGB Variations
Color information
#214706 (or 0x214706) is known color: Myrtle. HEX triplet: 21, 47 and 06. RGB value is (33,71,6). Sum of RGB (Red+Green+Blue) = 33+71+6=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #214706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214706 is #DEB8F9. Grayscale: #343434. Windows color (decimal): -14596346 or 411425. OLE color: 411425.
HSL color Cylindrical-coordinate representation of color #214706: hue angle of 95.08º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #214706 is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 6 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.72 |
| HSL | 95.08º | 0.84% | 0.15% | - |
| HSV(B) | 95.08º | 0.92% | 0.28% | - |
| XYZ | 2.91 | 4.84 | 0.95 | - |
| YUV | 52.23 | 101.91 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 6 | 0.54 | 0 | 0.92 | 0.72 | 95.08 | 0.84 | 0.15 |
| Hex | 21 | 47 | 6 | 36 | 0 | 5C | 48 | 5F | 54 | F |
| Octal | 41 | 107 | 6 | 66 | 0 | 134 | 110 | 137 | 124 | 17 |
| Binary | 100001 | 1000111 | 110 | 110110 | 0 | 1011100 | 1001000 | 1011111 | 1010100 | 1111 |
Color Harmonies of #214706
Complementary color
Monochromatic Colors of #214706
Black with #214706
Text Example
Text Example
White with #214706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214706; }
p { color: rgb(33,71,6); }
H1.HeaderClassName
{
color: #214706;
}
.AnyTagClassName
{
color: #214706;
}
</style>
background-color css
<style>
a { background-color: #214706; }
a { background-color: rgb(33,71,6); }
div.DivClassName
{
background-color: #214706;
}
.BgClassName
{
background-color: #214706;
}
</style>
border-color css
<style>
span { border-color: #214706; }
span { border-color: rgb(33,71,6); }
td.TdClassName
{
border-color: #214706;
}
.TagClassName
{
border-color: #214706;
}
</style>