Shades of Myrtle #165013
Tints of Myrtle #165013
RGB
CMYK
RGB Variations
Color information
#165013 (or 0x165013) is known color: Myrtle. HEX triplet: 16, 50 and 13. RGB value is (22,80,19). Sum of RGB (Red+Green+Blue) = 22+80+19=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #165013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #165013 is #E9AFEC. Grayscale: #373737. Windows color (decimal): -15314925 or 1265686. OLE color: 1265686.
HSL color Cylindrical-coordinate representation of color #165013: hue angle of 117.05º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165013 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 80 | 19 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.69 |
| HSL | 117.05º | 0.62% | 0.19% | - |
| HSV(B) | 117.05º | 0.76% | 0.31% | - |
| XYZ | 3.32 | 5.95 | 1.59 | - |
| YUV | 55.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 19 | 0.72 | 0 | 0.76 | 0.69 | 117.05 | 0.62 | 0.19 |
| Hex | 16 | 50 | 13 | 48 | 0 | 4C | 45 | 75 | 3E | 13 |
| Octal | 26 | 120 | 23 | 110 | 0 | 114 | 105 | 165 | 76 | 23 |
| Binary | 10110 | 1010000 | 10011 | 1001000 | 0 | 1001100 | 1000101 | 1110101 | 111110 | 10011 |
Color Harmonies of #165013
Complementary color
Monochromatic Colors of #165013
Black with #165013
Text Example
Text Example
White with #165013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165013; }
p { color: rgb(22,80,19); }
H1.HeaderClassName
{
color: #165013;
}
.AnyTagClassName
{
color: #165013;
}
</style>
background-color css
<style>
a { background-color: #165013; }
a { background-color: rgb(22,80,19); }
div.DivClassName
{
background-color: #165013;
}
.BgClassName
{
background-color: #165013;
}
</style>
border-color css
<style>
span { border-color: #165013; }
span { border-color: rgb(22,80,19); }
td.TdClassName
{
border-color: #165013;
}
.TagClassName
{
border-color: #165013;
}
</style>