Shades of Myrtle #16460D
Tints of Myrtle #16460D
RGB
CMYK
RGB Variations
Color information
#16460D (or 0x16460D) is known color: Myrtle. HEX triplet: 16, 46 and 0D. RGB value is (22,70,13). Sum of RGB (Red+Green+Blue) = 22+70+13=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #16460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16460D is #E9B9F2. Grayscale: #313131. Windows color (decimal): -15317491 or 869910. OLE color: 869910.
HSL color Cylindrical-coordinate representation of color #16460D: hue angle of 110.53º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16460D is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 22 | 70 | 13 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.73 |
| HSL | 110.53º | 0.69% | 0.16% | - |
| HSV(B) | 110.53º | 0.81% | 0.27% | - |
| XYZ | 2.59 | 4.58 | 1.13 | - |
| YUV | 49.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 70 | 13 | 0.69 | 0 | 0.81 | 0.73 | 110.53 | 0.69 | 0.16 |
| Hex | 16 | 46 | D | 45 | 0 | 51 | 49 | 6F | 45 | 10 |
| Octal | 26 | 106 | 15 | 105 | 0 | 121 | 111 | 157 | 105 | 20 |
| Binary | 10110 | 1000110 | 1101 | 1000101 | 0 | 1010001 | 1001001 | 1101111 | 1000101 | 10000 |
Color Harmonies of #16460D
Complementary color
Monochromatic Colors of #16460D
Black with #16460D
Text Example
Text Example
White with #16460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16460D; }
p { color: rgb(22,70,13); }
H1.HeaderClassName
{
color: #16460D;
}
.AnyTagClassName
{
color: #16460D;
}
</style>
background-color css
<style>
a { background-color: #16460D; }
a { background-color: rgb(22,70,13); }
div.DivClassName
{
background-color: #16460D;
}
.BgClassName
{
background-color: #16460D;
}
</style>
border-color css
<style>
span { border-color: #16460D; }
span { border-color: rgb(22,70,13); }
td.TdClassName
{
border-color: #16460D;
}
.TagClassName
{
border-color: #16460D;
}
</style>