Shades of Myrtle #214708
Tints of Myrtle #214708
RGB
CMYK
RGB Variations
Color information
#214708 (or 0x214708) is known color: Myrtle. HEX triplet: 21, 47 and 08. RGB value is (33,71,8). Sum of RGB (Red+Green+Blue) = 33+71+8=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 71 (28.12% from 255 or 63.39% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 71 - color contains mainly: green. Hex color #214708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214708 is #DEB8F7. Grayscale: #343434. Windows color (decimal): -14596344 or 542497. OLE color: 542497.
HSL color Cylindrical-coordinate representation of color #214708: hue angle of 96.19º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #214708 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 8 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.72 |
| HSL | 96.19º | 0.8% | 0.15% | - |
| HSV(B) | 96.19º | 0.89% | 0.28% | - |
| XYZ | 2.92 | 4.85 | 1.01 | - |
| YUV | 52.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 8 | 0.54 | 0 | 0.89 | 0.72 | 96.19 | 0.8 | 0.15 |
| Hex | 21 | 47 | 8 | 36 | 0 | 59 | 48 | 60 | 50 | F |
| Octal | 41 | 107 | 10 | 66 | 0 | 131 | 110 | 140 | 120 | 17 |
| Binary | 100001 | 1000111 | 1000 | 110110 | 0 | 1011001 | 1001000 | 1100000 | 1010000 | 1111 |
Color Harmonies of #214708
Complementary color
Monochromatic Colors of #214708
Black with #214708
Text Example
Text Example
White with #214708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214708; }
p { color: rgb(33,71,8); }
H1.HeaderClassName
{
color: #214708;
}
.AnyTagClassName
{
color: #214708;
}
</style>
background-color css
<style>
a { background-color: #214708; }
a { background-color: rgb(33,71,8); }
div.DivClassName
{
background-color: #214708;
}
.BgClassName
{
background-color: #214708;
}
</style>
border-color css
<style>
span { border-color: #214708; }
span { border-color: rgb(33,71,8); }
td.TdClassName
{
border-color: #214708;
}
.TagClassName
{
border-color: #214708;
}
</style>