Shades of Myrtle #164017
Tints of Myrtle #164017
RGB
CMYK
RGB Variations
Color information
#164017 (or 0x164017) is known color: Myrtle. HEX triplet: 16, 40 and 17. RGB value is (22,64,23). Sum of RGB (Red+Green+Blue) = 22+64+23=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #164017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164017 is #E9BFE8. Grayscale: #2E2E2E. Windows color (decimal): -15319017 or 1523734. OLE color: 1523734.
HSL color Cylindrical-coordinate representation of color #164017: hue angle of 121.43º 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 #164017 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 23 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.75 |
| HSL | 121.43º | 0.49% | 0.17% | - |
| HSV(B) | 121.43º | 0.66% | 0.25% | - |
| XYZ | 2.32 | 3.9 | 1.44 | - |
| YUV | 46.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 23 | 0.66 | 0 | 0.64 | 0.75 | 121.43 | 0.49 | 0.17 |
| Hex | 16 | 40 | 17 | 42 | 0 | 40 | 4B | 79 | 31 | 11 |
| Octal | 26 | 100 | 27 | 102 | 0 | 100 | 113 | 171 | 61 | 21 |
| Binary | 10110 | 1000000 | 10111 | 1000010 | 0 | 1000000 | 1001011 | 1111001 | 110001 | 10001 |
Color Harmonies of #164017
Complementary color
Monochromatic Colors of #164017
Black with #164017
Text Example
Text Example
White with #164017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164017; }
p { color: rgb(22,64,23); }
H1.HeaderClassName
{
color: #164017;
}
.AnyTagClassName
{
color: #164017;
}
</style>
background-color css
<style>
a { background-color: #164017; }
a { background-color: rgb(22,64,23); }
div.DivClassName
{
background-color: #164017;
}
.BgClassName
{
background-color: #164017;
}
</style>
border-color css
<style>
span { border-color: #164017; }
span { border-color: rgb(22,64,23); }
td.TdClassName
{
border-color: #164017;
}
.TagClassName
{
border-color: #164017;
}
</style>