Shades of Myrtle #16471D
Tints of Myrtle #16471D
RGB
CMYK
RGB Variations
Color information
#16471D (or 0x16471D) is known color: Myrtle. HEX triplet: 16, 47 and 1D. RGB value is (22,71,29). Sum of RGB (Red+Green+Blue) = 22+71+29=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #16471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16471D is #E9B8E2. Grayscale: #333333. Windows color (decimal): -15317219 or 1918742. OLE color: 1918742.
HSL color Cylindrical-coordinate representation of color #16471D: hue angle of 128.57º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16471D is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 29 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.72 |
| HSL | 128.57º | 0.53% | 0.18% | - |
| HSV(B) | 128.57º | 0.69% | 0.28% | - |
| XYZ | 2.81 | 4.77 | 1.93 | - |
| YUV | 51.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 29 | 0.69 | 0 | 0.59 | 0.72 | 128.57 | 0.53 | 0.18 |
| Hex | 16 | 47 | 1D | 45 | 0 | 3B | 48 | 81 | 35 | 12 |
| Octal | 26 | 107 | 35 | 105 | 0 | 73 | 110 | 201 | 65 | 22 |
| Binary | 10110 | 1000111 | 11101 | 1000101 | 0 | 111011 | 1001000 | 10000001 | 110101 | 10010 |
Color Harmonies of #16471D
Complementary color
Monochromatic Colors of #16471D
Black with #16471D
Text Example
Text Example
White with #16471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16471D; }
p { color: rgb(22,71,29); }
H1.HeaderClassName
{
color: #16471D;
}
.AnyTagClassName
{
color: #16471D;
}
</style>
background-color css
<style>
a { background-color: #16471D; }
a { background-color: rgb(22,71,29); }
div.DivClassName
{
background-color: #16471D;
}
.BgClassName
{
background-color: #16471D;
}
</style>
border-color css
<style>
span { border-color: #16471D; }
span { border-color: rgb(22,71,29); }
td.TdClassName
{
border-color: #16471D;
}
.TagClassName
{
border-color: #16471D;
}
</style>