Shades of Myrtle #164D17
Tints of Myrtle #164D17
RGB
CMYK
RGB Variations
Color information
#164D17 (or 0x164D17) is known color: Myrtle. HEX triplet: 16, 4D and 17. RGB value is (22,77,23). Sum of RGB (Red+Green+Blue) = 22+77+23=122 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.03% from 122); Green value is 77 (30.47% from 255 or 63.11% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 77 - color contains mainly: green. Hex color #164D17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #164D17 is #E9B2E8. Grayscale: #363636. Windows color (decimal): -15315689 or 1527062. OLE color: 1527062.
HSL color Cylindrical-coordinate representation of color #164D17: hue angle of 121.09º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164D17 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 77 | 23 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.70 |
| HSL | 121.09º | 0.56% | 0.19% | - |
| HSV(B) | 121.09º | 0.71% | 0.3% | - |
| XYZ | 3.14 | 5.54 | 1.71 | - |
| YUV | 54.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 77 | 23 | 0.71 | 0 | 0.70 | 0.70 | 121.09 | 0.56 | 0.19 |
| Hex | 16 | 4D | 17 | 47 | 0 | 46 | 46 | 79 | 38 | 13 |
| Octal | 26 | 115 | 27 | 107 | 0 | 106 | 106 | 171 | 70 | 23 |
| Binary | 10110 | 1001101 | 10111 | 1000111 | 0 | 1000110 | 1000110 | 1111001 | 111000 | 10011 |
Color Harmonies of #164D17
Complementary color
Monochromatic Colors of #164D17
Black with #164D17
Text Example
Text Example
White with #164D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164D17; }
p { color: rgb(22,77,23); }
H1.HeaderClassName
{
color: #164D17;
}
.AnyTagClassName
{
color: #164D17;
}
</style>
background-color css
<style>
a { background-color: #164D17; }
a { background-color: rgb(22,77,23); }
div.DivClassName
{
background-color: #164D17;
}
.BgClassName
{
background-color: #164D17;
}
</style>
border-color css
<style>
span { border-color: #164D17; }
span { border-color: rgb(22,77,23); }
td.TdClassName
{
border-color: #164D17;
}
.TagClassName
{
border-color: #164D17;
}
</style>