Shades of Myrtle #21470E
Tints of Myrtle #21470E
RGB
CMYK
RGB Variations
Color information
#21470E (or 0x21470E) is known color: Myrtle. HEX triplet: 21, 47 and 0E. RGB value is (33,71,14). Sum of RGB (Red+Green+Blue) = 33+71+14=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #21470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21470E is #DEB8F1. Grayscale: #353535. Windows color (decimal): -14596338 or 935713. OLE color: 935713.
HSL color Cylindrical-coordinate representation of color #21470E: hue angle of 100º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21470E is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 14 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.72 |
| HSL | 100º | 0.67% | 0.17% | - |
| HSV(B) | 100º | 0.8% | 0.28% | - |
| XYZ | 2.96 | 4.86 | 1.2 | - |
| YUV | 53.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 14 | 0.54 | 0 | 0.80 | 0.72 | 100 | 0.67 | 0.17 |
| Hex | 21 | 47 | E | 36 | 0 | 50 | 48 | 64 | 43 | 11 |
| Octal | 41 | 107 | 16 | 66 | 0 | 120 | 110 | 144 | 103 | 21 |
| Binary | 100001 | 1000111 | 1110 | 110110 | 0 | 1010000 | 1001000 | 1100100 | 1000011 | 10001 |
Color Harmonies of #21470E
Complementary color
Monochromatic Colors of #21470E
Black with #21470E
Text Example
Text Example
White with #21470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21470E; }
p { color: rgb(33,71,14); }
H1.HeaderClassName
{
color: #21470E;
}
.AnyTagClassName
{
color: #21470E;
}
</style>
background-color css
<style>
a { background-color: #21470E; }
a { background-color: rgb(33,71,14); }
div.DivClassName
{
background-color: #21470E;
}
.BgClassName
{
background-color: #21470E;
}
</style>
border-color css
<style>
span { border-color: #21470E; }
span { border-color: rgb(33,71,14); }
td.TdClassName
{
border-color: #21470E;
}
.TagClassName
{
border-color: #21470E;
}
</style>