Shades of Myrtle #164112
Tints of Myrtle #164112
RGB
CMYK
RGB Variations
Color information
#164112 (or 0x164112) is known color: Myrtle. HEX triplet: 16, 41 and 12. RGB value is (22,65,18). Sum of RGB (Red+Green+Blue) = 22+65+18=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 65 (25.78% from 255 or 61.90% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 65 - color contains mainly: green. Hex color #164112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164112 is #E9BEED. Grayscale: #2E2E2E. Windows color (decimal): -15318766 or 1196310. OLE color: 1196310.
HSL color Cylindrical-coordinate representation of color #164112: hue angle of 114.89º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #164112 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 18 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.75 |
| HSL | 114.89º | 0.57% | 0.16% | - |
| HSV(B) | 114.89º | 0.72% | 0.25% | - |
| XYZ | 2.33 | 3.99 | 1.22 | - |
| YUV | 46.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 18 | 0.66 | 0 | 0.72 | 0.75 | 114.89 | 0.57 | 0.16 |
| Hex | 16 | 41 | 12 | 42 | 0 | 48 | 4B | 73 | 39 | 10 |
| Octal | 26 | 101 | 22 | 102 | 0 | 110 | 113 | 163 | 71 | 20 |
| Binary | 10110 | 1000001 | 10010 | 1000010 | 0 | 1001000 | 1001011 | 1110011 | 111001 | 10000 |
Color Harmonies of #164112
Complementary color
Monochromatic Colors of #164112
Black with #164112
Text Example
Text Example
White with #164112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164112; }
p { color: rgb(22,65,18); }
H1.HeaderClassName
{
color: #164112;
}
.AnyTagClassName
{
color: #164112;
}
</style>
background-color css
<style>
a { background-color: #164112; }
a { background-color: rgb(22,65,18); }
div.DivClassName
{
background-color: #164112;
}
.BgClassName
{
background-color: #164112;
}
</style>
border-color css
<style>
span { border-color: #164112; }
span { border-color: rgb(22,65,18); }
td.TdClassName
{
border-color: #164112;
}
.TagClassName
{
border-color: #164112;
}
</style>