Shades of Myrtle #164517
Tints of Myrtle #164517
RGB
CMYK
RGB Variations
Color information
#164517 (or 0x164517) is known color: Myrtle. HEX triplet: 16, 45 and 17. RGB value is (22,69,23). Sum of RGB (Red+Green+Blue) = 22+69+23=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 69 (27.34% from 255 or 60.53% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 69 - color contains mainly: green. Hex color #164517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164517 is #E9BAE8. Grayscale: #313131. Windows color (decimal): -15317737 or 1525014. OLE color: 1525014.
HSL color Cylindrical-coordinate representation of color #164517: hue angle of 121.28º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164517 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 69 | 23 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.73 |
| HSL | 121.28º | 0.52% | 0.18% | - |
| HSV(B) | 121.28º | 0.68% | 0.27% | - |
| XYZ | 2.61 | 4.49 | 1.54 | - |
| YUV | 49.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 23 | 0.68 | 0 | 0.67 | 0.73 | 121.28 | 0.52 | 0.18 |
| Hex | 16 | 45 | 17 | 44 | 0 | 43 | 49 | 79 | 34 | 12 |
| Octal | 26 | 105 | 27 | 104 | 0 | 103 | 111 | 171 | 64 | 22 |
| Binary | 10110 | 1000101 | 10111 | 1000100 | 0 | 1000011 | 1001001 | 1111001 | 110100 | 10010 |
Color Harmonies of #164517
Complementary color
Monochromatic Colors of #164517
Black with #164517
Text Example
Text Example
White with #164517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164517; }
p { color: rgb(22,69,23); }
H1.HeaderClassName
{
color: #164517;
}
.AnyTagClassName
{
color: #164517;
}
</style>
background-color css
<style>
a { background-color: #164517; }
a { background-color: rgb(22,69,23); }
div.DivClassName
{
background-color: #164517;
}
.BgClassName
{
background-color: #164517;
}
</style>
border-color css
<style>
span { border-color: #164517; }
span { border-color: rgb(22,69,23); }
td.TdClassName
{
border-color: #164517;
}
.TagClassName
{
border-color: #164517;
}
</style>