Shades of Myrtle #162713
Tints of Myrtle #162713
RGB
CMYK
RGB Variations
Color information
#162713 (or 0x162713) is known color: Myrtle. HEX triplet: 16, 27 and 13. RGB value is (22,39,19). Sum of RGB (Red+Green+Blue) = 22+39+19=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #162713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162713 is #E9D8EC. Grayscale: #1F1F1F. Windows color (decimal): -15325421 or 1255190. OLE color: 1255190.
HSL color Cylindrical-coordinate representation of color #162713: hue angle of 111º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #162713 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 22 | 39 | 19 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.85 |
| HSL | 111º | 0.34% | 0.11% | - |
| HSV(B) | 111º | 0.51% | 0.15% | - |
| XYZ | 1.17 | 1.67 | 0.88 | - |
| YUV | 31.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 39 | 19 | 0.44 | 0 | 0.51 | 0.85 | 111 | 0.34 | 0.11 |
| Hex | 16 | 27 | 13 | 2C | 0 | 33 | 55 | 6F | 22 | B |
| Octal | 26 | 47 | 23 | 54 | 0 | 63 | 125 | 157 | 42 | 13 |
| Binary | 10110 | 100111 | 10011 | 101100 | 0 | 110011 | 1010101 | 1101111 | 100010 | 1011 |
Color Harmonies of #162713
Complementary color
Monochromatic Colors of #162713
Black with #162713
Text Example
Text Example
White with #162713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162713; }
p { color: rgb(22,39,19); }
H1.HeaderClassName
{
color: #162713;
}
.AnyTagClassName
{
color: #162713;
}
</style>
background-color css
<style>
a { background-color: #162713; }
a { background-color: rgb(22,39,19); }
div.DivClassName
{
background-color: #162713;
}
.BgClassName
{
background-color: #162713;
}
</style>
border-color css
<style>
span { border-color: #162713; }
span { border-color: rgb(22,39,19); }
td.TdClassName
{
border-color: #162713;
}
.TagClassName
{
border-color: #162713;
}
</style>