Shades of Myrtle #164011
Tints of Myrtle #164011
RGB
CMYK
RGB Variations
Color information
#164011 (or 0x164011) is known color: Myrtle. HEX triplet: 16, 40 and 11. RGB value is (22,64,17). Sum of RGB (Red+Green+Blue) = 22+64+17=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #164011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164011 is #E9BFEE. Grayscale: #2E2E2E. Windows color (decimal): -15319023 or 1130518. OLE color: 1130518.
HSL color Cylindrical-coordinate representation of color #164011: hue angle of 113.62º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164011 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 17 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.75 |
| HSL | 113.62º | 0.58% | 0.16% | - |
| HSV(B) | 113.62º | 0.73% | 0.25% | - |
| XYZ | 2.27 | 3.88 | 1.16 | - |
| YUV | 46.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 17 | 0.66 | 0 | 0.73 | 0.75 | 113.62 | 0.58 | 0.16 |
| Hex | 16 | 40 | 11 | 42 | 0 | 49 | 4B | 72 | 3A | 10 |
| Octal | 26 | 100 | 21 | 102 | 0 | 111 | 113 | 162 | 72 | 20 |
| Binary | 10110 | 1000000 | 10001 | 1000010 | 0 | 1001001 | 1001011 | 1110010 | 111010 | 10000 |
Color Harmonies of #164011
Complementary color
Monochromatic Colors of #164011
Black with #164011
Text Example
Text Example
White with #164011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164011; }
p { color: rgb(22,64,17); }
H1.HeaderClassName
{
color: #164011;
}
.AnyTagClassName
{
color: #164011;
}
</style>
background-color css
<style>
a { background-color: #164011; }
a { background-color: rgb(22,64,17); }
div.DivClassName
{
background-color: #164011;
}
.BgClassName
{
background-color: #164011;
}
</style>
border-color css
<style>
span { border-color: #164011; }
span { border-color: rgb(22,64,17); }
td.TdClassName
{
border-color: #164011;
}
.TagClassName
{
border-color: #164011;
}
</style>