Shades of Myrtle #164E15
Tints of Myrtle #164E15
RGB
CMYK
RGB Variations
Color information
#164E15 (or 0x164E15) is known color: Myrtle. HEX triplet: 16, 4E and 15. RGB value is (22,78,21). Sum of RGB (Red+Green+Blue) = 22+78+21=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 78 (30.86% from 255 or 64.46% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 78 - color contains mainly: green. Hex color #164E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164E15 is #E9B1EA. Grayscale: #363636. Windows color (decimal): -15315435 or 1396246. OLE color: 1396246.
HSL color Cylindrical-coordinate representation of color #164E15: hue angle of 118.95º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164E15 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 78 | 21 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.69 |
| HSL | 118.95º | 0.58% | 0.19% | - |
| HSV(B) | 118.95º | 0.73% | 0.31% | - |
| XYZ | 3.19 | 5.67 | 1.64 | - |
| YUV | 54.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 78 | 21 | 0.72 | 0 | 0.73 | 0.69 | 118.95 | 0.58 | 0.19 |
| Hex | 16 | 4E | 15 | 48 | 0 | 49 | 45 | 77 | 3A | 13 |
| Octal | 26 | 116 | 25 | 110 | 0 | 111 | 105 | 167 | 72 | 23 |
| Binary | 10110 | 1001110 | 10101 | 1001000 | 0 | 1001001 | 1000101 | 1110111 | 111010 | 10011 |
Color Harmonies of #164E15
Complementary color
Monochromatic Colors of #164E15
Black with #164E15
Text Example
Text Example
White with #164E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164E15; }
p { color: rgb(22,78,21); }
H1.HeaderClassName
{
color: #164E15;
}
.AnyTagClassName
{
color: #164E15;
}
</style>
background-color css
<style>
a { background-color: #164E15; }
a { background-color: rgb(22,78,21); }
div.DivClassName
{
background-color: #164E15;
}
.BgClassName
{
background-color: #164E15;
}
</style>
border-color css
<style>
span { border-color: #164E15; }
span { border-color: rgb(22,78,21); }
td.TdClassName
{
border-color: #164E15;
}
.TagClassName
{
border-color: #164E15;
}
</style>