Shades of Myrtle #163A16
Tints of Myrtle #163A16
RGB
CMYK
RGB Variations
Color information
#163A16 (or 0x163A16) is known color: Myrtle. HEX triplet: 16, 3A and 16. RGB value is (22,58,22). Sum of RGB (Red+Green+Blue) = 22+58+22=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #163A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #163A16 is #E9C5E9. Grayscale: #2B2B2B. Windows color (decimal): -15320554 or 1456662. OLE color: 1456662.
HSL color Cylindrical-coordinate representation of color #163A16: hue angle of 120º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A16 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 22 | 58 | 22 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.77 |
| HSL | 120º | 0.45% | 0.16% | - |
| HSV(B) | 120º | 0.62% | 0.23% | - |
| XYZ | 1.99 | 3.25 | 1.28 | - |
| YUV | 43.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 58 | 22 | 0.62 | 0 | 0.62 | 0.77 | 120 | 0.45 | 0.16 |
| Hex | 16 | 3A | 16 | 3E | 0 | 3E | 4D | 78 | 2D | 10 |
| Octal | 26 | 72 | 26 | 76 | 0 | 76 | 115 | 170 | 55 | 20 |
| Binary | 10110 | 111010 | 10110 | 111110 | 0 | 111110 | 1001101 | 1111000 | 101101 | 10000 |
Color Harmonies of #163A16
Complementary color
Monochromatic Colors of #163A16
Black with #163A16
Text Example
Text Example
White with #163A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163A16; }
p { color: rgb(22,58,22); }
H1.HeaderClassName
{
color: #163A16;
}
.AnyTagClassName
{
color: #163A16;
}
</style>
background-color css
<style>
a { background-color: #163A16; }
a { background-color: rgb(22,58,22); }
div.DivClassName
{
background-color: #163A16;
}
.BgClassName
{
background-color: #163A16;
}
</style>
border-color css
<style>
span { border-color: #163A16; }
span { border-color: rgb(22,58,22); }
td.TdClassName
{
border-color: #163A16;
}
.TagClassName
{
border-color: #163A16;
}
</style>