Shades of Myrtle #164115
Tints of Myrtle #164115
RGB
CMYK
RGB Variations
Color information
#164115 (or 0x164115) is known color: Myrtle. HEX triplet: 16, 41 and 15. RGB value is (22,65,21). Sum of RGB (Red+Green+Blue) = 22+65+21=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #164115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164115 is #E9BEEA. Grayscale: #2F2F2F. Windows color (decimal): -15318763 or 1392918. OLE color: 1392918.
HSL color Cylindrical-coordinate representation of color #164115: hue angle of 118.64º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164115 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 21 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.75 |
| HSL | 118.64º | 0.51% | 0.17% | - |
| HSV(B) | 118.64º | 0.68% | 0.25% | - |
| XYZ | 2.36 | 4.01 | 1.36 | - |
| YUV | 47.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 21 | 0.66 | 0 | 0.68 | 0.75 | 118.64 | 0.51 | 0.17 |
| Hex | 16 | 41 | 15 | 42 | 0 | 44 | 4B | 77 | 33 | 11 |
| Octal | 26 | 101 | 25 | 102 | 0 | 104 | 113 | 167 | 63 | 21 |
| Binary | 10110 | 1000001 | 10101 | 1000010 | 0 | 1000100 | 1001011 | 1110111 | 110011 | 10001 |
Color Harmonies of #164115
Complementary color
Monochromatic Colors of #164115
Black with #164115
Text Example
Text Example
White with #164115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164115; }
p { color: rgb(22,65,21); }
H1.HeaderClassName
{
color: #164115;
}
.AnyTagClassName
{
color: #164115;
}
</style>
background-color css
<style>
a { background-color: #164115; }
a { background-color: rgb(22,65,21); }
div.DivClassName
{
background-color: #164115;
}
.BgClassName
{
background-color: #164115;
}
</style>
border-color css
<style>
span { border-color: #164115; }
span { border-color: rgb(22,65,21); }
td.TdClassName
{
border-color: #164115;
}
.TagClassName
{
border-color: #164115;
}
</style>