Shades of Myrtle #165713
Tints of Myrtle #165713
RGB
CMYK
RGB Variations
Color information
#165713 (or 0x165713) is known color: Myrtle. HEX triplet: 16, 57 and 13. RGB value is (22,87,19). Sum of RGB (Red+Green+Blue) = 22+87+19=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 87 (34.38% from 255 or 67.97% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 87 - color contains mainly: green. Hex color #165713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165713 is #E9A8EC. Grayscale: #3C3C3C. Windows color (decimal): -15313133 or 1267478. OLE color: 1267478.
HSL color Cylindrical-coordinate representation of color #165713: hue angle of 117.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #165713 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 87 | 19 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.66 |
| HSL | 117.35º | 0.64% | 0.21% | - |
| HSV(B) | 117.35º | 0.78% | 0.34% | - |
| XYZ | 3.86 | 7.03 | 1.77 | - |
| YUV | 59.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 19 | 0.75 | 0 | 0.78 | 0.66 | 117.35 | 0.64 | 0.21 |
| Hex | 16 | 57 | 13 | 4B | 0 | 4E | 42 | 75 | 40 | 15 |
| Octal | 26 | 127 | 23 | 113 | 0 | 116 | 102 | 165 | 100 | 25 |
| Binary | 10110 | 1010111 | 10011 | 1001011 | 0 | 1001110 | 1000010 | 1110101 | 1000000 | 10101 |
Color Harmonies of #165713
Complementary color
Monochromatic Colors of #165713
Black with #165713
Text Example
Text Example
White with #165713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165713; }
p { color: rgb(22,87,19); }
H1.HeaderClassName
{
color: #165713;
}
.AnyTagClassName
{
color: #165713;
}
</style>
background-color css
<style>
a { background-color: #165713; }
a { background-color: rgb(22,87,19); }
div.DivClassName
{
background-color: #165713;
}
.BgClassName
{
background-color: #165713;
}
</style>
border-color css
<style>
span { border-color: #165713; }
span { border-color: rgb(22,87,19); }
td.TdClassName
{
border-color: #165713;
}
.TagClassName
{
border-color: #165713;
}
</style>