Shades of Myrtle #16470D
Tints of Myrtle #16470D
RGB
CMYK
RGB Variations
Color information
#16470D (or 0x16470D) is known color: Myrtle. HEX triplet: 16, 47 and 0D. RGB value is (22,71,13). Sum of RGB (Red+Green+Blue) = 22+71+13=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #16470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16470D is #E9B8F2. Grayscale: #313131. Windows color (decimal): -15317235 or 870166. OLE color: 870166.
HSL color Cylindrical-coordinate representation of color #16470D: hue angle of 110.69º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16470D is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 13 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.72 |
| HSL | 110.69º | 0.69% | 0.16% | - |
| HSV(B) | 110.69º | 0.82% | 0.28% | - |
| XYZ | 2.66 | 4.71 | 1.15 | - |
| YUV | 49.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 13 | 0.69 | 0 | 0.82 | 0.72 | 110.69 | 0.69 | 0.16 |
| Hex | 16 | 47 | D | 45 | 0 | 52 | 48 | 6F | 45 | 10 |
| Octal | 26 | 107 | 15 | 105 | 0 | 122 | 110 | 157 | 105 | 20 |
| Binary | 10110 | 1000111 | 1101 | 1000101 | 0 | 1010010 | 1001000 | 1101111 | 1000101 | 10000 |
Color Harmonies of #16470D
Complementary color
Monochromatic Colors of #16470D
Black with #16470D
Text Example
Text Example
White with #16470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16470D; }
p { color: rgb(22,71,13); }
H1.HeaderClassName
{
color: #16470D;
}
.AnyTagClassName
{
color: #16470D;
}
</style>
background-color css
<style>
a { background-color: #16470D; }
a { background-color: rgb(22,71,13); }
div.DivClassName
{
background-color: #16470D;
}
.BgClassName
{
background-color: #16470D;
}
</style>
border-color css
<style>
span { border-color: #16470D; }
span { border-color: rgb(22,71,13); }
td.TdClassName
{
border-color: #16470D;
}
.TagClassName
{
border-color: #16470D;
}
</style>