Shades of Myrtle #164C16
Tints of Myrtle #164C16
RGB
CMYK
RGB Variations
Color information
#164C16 (or 0x164C16) is known color: Myrtle. HEX triplet: 16, 4C and 16. RGB value is (22,76,22). Sum of RGB (Red+Green+Blue) = 22+76+22=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #164C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #164C16 is #E9B3E9. Grayscale: #353535. Windows color (decimal): -15315946 or 1461270. OLE color: 1461270.
HSL color Cylindrical-coordinate representation of color #164C16: hue angle of 120º degrees, saturation: 0.55, 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 #164C16 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 76 | 22 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.70 |
| HSL | 120º | 0.55% | 0.19% | - |
| HSV(B) | 120º | 0.71% | 0.3% | - |
| XYZ | 3.06 | 5.4 | 1.64 | - |
| YUV | 53.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 76 | 22 | 0.71 | 0 | 0.71 | 0.70 | 120 | 0.55 | 0.19 |
| Hex | 16 | 4C | 16 | 47 | 0 | 47 | 46 | 78 | 37 | 13 |
| Octal | 26 | 114 | 26 | 107 | 0 | 107 | 106 | 170 | 67 | 23 |
| Binary | 10110 | 1001100 | 10110 | 1000111 | 0 | 1000111 | 1000110 | 1111000 | 110111 | 10011 |
Color Harmonies of #164C16
Complementary color
Monochromatic Colors of #164C16
Black with #164C16
Text Example
Text Example
White with #164C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164C16; }
p { color: rgb(22,76,22); }
H1.HeaderClassName
{
color: #164C16;
}
.AnyTagClassName
{
color: #164C16;
}
</style>
background-color css
<style>
a { background-color: #164C16; }
a { background-color: rgb(22,76,22); }
div.DivClassName
{
background-color: #164C16;
}
.BgClassName
{
background-color: #164C16;
}
</style>
border-color css
<style>
span { border-color: #164C16; }
span { border-color: rgb(22,76,22); }
td.TdClassName
{
border-color: #164C16;
}
.TagClassName
{
border-color: #164C16;
}
</style>