Shades of Myrtle #164D15
Tints of Myrtle #164D15
RGB
CMYK
RGB Variations
Color information
#164D15 (or 0x164D15) is known color: Myrtle. HEX triplet: 16, 4D and 15. RGB value is (22,77,21). Sum of RGB (Red+Green+Blue) = 22+77+21=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 77 (30.47% from 255 or 64.17% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 77 - color contains mainly: green. Hex color #164D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164D15 is #E9B2EA. Grayscale: #363636. Windows color (decimal): -15315691 or 1395990. OLE color: 1395990.
HSL color Cylindrical-coordinate representation of color #164D15: hue angle of 118.93º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164D15 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 21 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.70 |
| HSL | 118.93º | 0.57% | 0.19% | - |
| HSV(B) | 118.93º | 0.73% | 0.3% | - |
| XYZ | 3.12 | 5.53 | 1.61 | - |
| YUV | 54.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 21 | 0.71 | 0 | 0.73 | 0.70 | 118.93 | 0.57 | 0.19 |
| Hex | 16 | 4D | 15 | 47 | 0 | 49 | 46 | 77 | 39 | 13 |
| Octal | 26 | 115 | 25 | 107 | 0 | 111 | 106 | 167 | 71 | 23 |
| Binary | 10110 | 1001101 | 10101 | 1000111 | 0 | 1001001 | 1000110 | 1110111 | 111001 | 10011 |
Color Harmonies of #164D15
Complementary color
Monochromatic Colors of #164D15
Black with #164D15
Text Example
Text Example
White with #164D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D15; }
p { color: rgb(22,77,21); }
H1.HeaderClassName
{
color: #164D15;
}
.AnyTagClassName
{
color: #164D15;
}
</style>
background-color css
<style>
a { background-color: #164D15; }
a { background-color: rgb(22,77,21); }
div.DivClassName
{
background-color: #164D15;
}
.BgClassName
{
background-color: #164D15;
}
</style>
border-color css
<style>
span { border-color: #164D15; }
span { border-color: rgb(22,77,21); }
td.TdClassName
{
border-color: #164D15;
}
.TagClassName
{
border-color: #164D15;
}
</style>