Shades of Myrtle #164516
Tints of Myrtle #164516
RGB
CMYK
RGB Variations
Color information
#164516 (or 0x164516) is known color: Myrtle. HEX triplet: 16, 45 and 16. RGB value is (22,69,22). Sum of RGB (Red+Green+Blue) = 22+69+22=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #164516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164516 is #E9BAE9. Grayscale: #313131. Windows color (decimal): -15317738 or 1459478. OLE color: 1459478.
HSL color Cylindrical-coordinate representation of color #164516: hue angle of 120º 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 #164516 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 69 | 22 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.73 |
| HSL | 120º | 0.52% | 0.18% | - |
| HSV(B) | 120º | 0.68% | 0.27% | - |
| XYZ | 2.6 | 4.48 | 1.49 | - |
| YUV | 49.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 69 | 22 | 0.68 | 0 | 0.68 | 0.73 | 120 | 0.52 | 0.18 |
| Hex | 16 | 45 | 16 | 44 | 0 | 44 | 49 | 78 | 34 | 12 |
| Octal | 26 | 105 | 26 | 104 | 0 | 104 | 111 | 170 | 64 | 22 |
| Binary | 10110 | 1000101 | 10110 | 1000100 | 0 | 1000100 | 1001001 | 1111000 | 110100 | 10010 |
Color Harmonies of #164516
Complementary color
Monochromatic Colors of #164516
Black with #164516
Text Example
Text Example
White with #164516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164516; }
p { color: rgb(22,69,22); }
H1.HeaderClassName
{
color: #164516;
}
.AnyTagClassName
{
color: #164516;
}
</style>
background-color css
<style>
a { background-color: #164516; }
a { background-color: rgb(22,69,22); }
div.DivClassName
{
background-color: #164516;
}
.BgClassName
{
background-color: #164516;
}
</style>
border-color css
<style>
span { border-color: #164516; }
span { border-color: rgb(22,69,22); }
td.TdClassName
{
border-color: #164516;
}
.TagClassName
{
border-color: #164516;
}
</style>