Shades of Myrtle #16570E
Tints of Myrtle #16570E
RGB
CMYK
RGB Variations
Color information
#16570E (or 0x16570E) is known color: Myrtle. HEX triplet: 16, 57 and 0E. RGB value is (22,87,14). Sum of RGB (Red+Green+Blue) = 22+87+14=123 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.89% from 123); Green value is 87 (34.38% from 255 or 70.73% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 87 - color contains mainly: green. Hex color #16570E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16570E is #E9A8F1. Grayscale: #3B3B3B. Windows color (decimal): -15313138 or 939798. OLE color: 939798.
HSL color Cylindrical-coordinate representation of color #16570E: hue angle of 113.42º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16570E is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 87 | 14 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.66 |
| HSL | 113.42º | 0.72% | 0.2% | - |
| HSV(B) | 113.42º | 0.84% | 0.34% | - |
| XYZ | 3.82 | 7.02 | 1.57 | - |
| YUV | 59.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 14 | 0.75 | 0 | 0.84 | 0.66 | 113.42 | 0.72 | 0.2 |
| Hex | 16 | 57 | E | 4B | 0 | 54 | 42 | 71 | 48 | 14 |
| Octal | 26 | 127 | 16 | 113 | 0 | 124 | 102 | 161 | 110 | 24 |
| Binary | 10110 | 1010111 | 1110 | 1001011 | 0 | 1010100 | 1000010 | 1110001 | 1001000 | 10100 |
Color Harmonies of #16570E
Complementary color
Monochromatic Colors of #16570E
Black with #16570E
Text Example
Text Example
White with #16570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16570E; }
p { color: rgb(22,87,14); }
H1.HeaderClassName
{
color: #16570E;
}
.AnyTagClassName
{
color: #16570E;
}
</style>
background-color css
<style>
a { background-color: #16570E; }
a { background-color: rgb(22,87,14); }
div.DivClassName
{
background-color: #16570E;
}
.BgClassName
{
background-color: #16570E;
}
</style>
border-color css
<style>
span { border-color: #16570E; }
span { border-color: rgb(22,87,14); }
td.TdClassName
{
border-color: #16570E;
}
.TagClassName
{
border-color: #16570E;
}
</style>