Shades of Myrtle #16520D
Tints of Myrtle #16520D
RGB
CMYK
RGB Variations
Color information
#16520D (or 0x16520D) is known color: Myrtle. HEX triplet: 16, 52 and 0D. RGB value is (22,82,13). Sum of RGB (Red+Green+Blue) = 22+82+13=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 82 (32.42% from 255 or 70.09% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 82 - color contains mainly: green. Hex color #16520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16520D is #E9ADF2. Grayscale: #383838. Windows color (decimal): -15314419 or 872982. OLE color: 872982.
HSL color Cylindrical-coordinate representation of color #16520D: hue angle of 112.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16520D is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 22 | 82 | 13 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.68 |
| HSL | 112.17º | 0.73% | 0.19% | - |
| HSV(B) | 112.17º | 0.84% | 0.32% | - |
| XYZ | 3.42 | 6.23 | 1.4 | - |
| YUV | 56.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 13 | 0.73 | 0 | 0.84 | 0.68 | 112.17 | 0.73 | 0.19 |
| Hex | 16 | 52 | D | 49 | 0 | 54 | 44 | 70 | 49 | 13 |
| Octal | 26 | 122 | 15 | 111 | 0 | 124 | 104 | 160 | 111 | 23 |
| Binary | 10110 | 1010010 | 1101 | 1001001 | 0 | 1010100 | 1000100 | 1110000 | 1001001 | 10011 |
Color Harmonies of #16520D
Complementary color
Monochromatic Colors of #16520D
Black with #16520D
Text Example
Text Example
White with #16520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16520D; }
p { color: rgb(22,82,13); }
H1.HeaderClassName
{
color: #16520D;
}
.AnyTagClassName
{
color: #16520D;
}
</style>
background-color css
<style>
a { background-color: #16520D; }
a { background-color: rgb(22,82,13); }
div.DivClassName
{
background-color: #16520D;
}
.BgClassName
{
background-color: #16520D;
}
</style>
border-color css
<style>
span { border-color: #16520D; }
span { border-color: rgb(22,82,13); }
td.TdClassName
{
border-color: #16520D;
}
.TagClassName
{
border-color: #16520D;
}
</style>