Shades of Myrtle #164016
Tints of Myrtle #164016
RGB
CMYK
RGB Variations
Color information
#164016 (or 0x164016) is known color: Myrtle. HEX triplet: 16, 40 and 16. RGB value is (22,64,22). Sum of RGB (Red+Green+Blue) = 22+64+22=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #164016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164016 is #E9BFE9. Grayscale: #2E2E2E. Windows color (decimal): -15319018 or 1458198. OLE color: 1458198.
HSL color Cylindrical-coordinate representation of color #164016: hue angle of 120º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164016 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 22 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.75 |
| HSL | 120º | 0.49% | 0.17% | - |
| HSV(B) | 120º | 0.66% | 0.25% | - |
| XYZ | 2.31 | 3.9 | 1.39 | - |
| YUV | 46.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 22 | 0.66 | 0 | 0.66 | 0.75 | 120 | 0.49 | 0.17 |
| Hex | 16 | 40 | 16 | 42 | 0 | 42 | 4B | 78 | 31 | 11 |
| Octal | 26 | 100 | 26 | 102 | 0 | 102 | 113 | 170 | 61 | 21 |
| Binary | 10110 | 1000000 | 10110 | 1000010 | 0 | 1000010 | 1001011 | 1111000 | 110001 | 10001 |
Color Harmonies of #164016
Complementary color
Monochromatic Colors of #164016
Black with #164016
Text Example
Text Example
White with #164016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164016; }
p { color: rgb(22,64,22); }
H1.HeaderClassName
{
color: #164016;
}
.AnyTagClassName
{
color: #164016;
}
</style>
background-color css
<style>
a { background-color: #164016; }
a { background-color: rgb(22,64,22); }
div.DivClassName
{
background-color: #164016;
}
.BgClassName
{
background-color: #164016;
}
</style>
border-color css
<style>
span { border-color: #164016; }
span { border-color: rgb(22,64,22); }
td.TdClassName
{
border-color: #164016;
}
.TagClassName
{
border-color: #164016;
}
</style>