Shades of Myrtle #16490B
Tints of Myrtle #16490B
RGB
CMYK
RGB Variations
Color information
#16490B (or 0x16490B) is known color: Myrtle. HEX triplet: 16, 49 and 0B. RGB value is (22,73,11). Sum of RGB (Red+Green+Blue) = 22+73+11=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 73 (28.91% from 255 or 68.87% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 73 - color contains mainly: green. Hex color #16490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16490B is #E9B6F4. Grayscale: #323232. Windows color (decimal): -15316725 or 739606. OLE color: 739606.
HSL color Cylindrical-coordinate representation of color #16490B: hue angle of 109.35º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16490B is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 73 | 11 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.71 |
| HSL | 109.35º | 0.74% | 0.16% | - |
| HSV(B) | 109.35º | 0.85% | 0.29% | - |
| XYZ | 2.77 | 4.96 | 1.13 | - |
| YUV | 50.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 11 | 0.70 | 0 | 0.85 | 0.71 | 109.35 | 0.74 | 0.16 |
| Hex | 16 | 49 | B | 46 | 0 | 55 | 47 | 6D | 4A | 10 |
| Octal | 26 | 111 | 13 | 106 | 0 | 125 | 107 | 155 | 112 | 20 |
| Binary | 10110 | 1001001 | 1011 | 1000110 | 0 | 1010101 | 1000111 | 1101101 | 1001010 | 10000 |
Color Harmonies of #16490B
Complementary color
Monochromatic Colors of #16490B
Black with #16490B
Text Example
Text Example
White with #16490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16490B; }
p { color: rgb(22,73,11); }
H1.HeaderClassName
{
color: #16490B;
}
.AnyTagClassName
{
color: #16490B;
}
</style>
background-color css
<style>
a { background-color: #16490B; }
a { background-color: rgb(22,73,11); }
div.DivClassName
{
background-color: #16490B;
}
.BgClassName
{
background-color: #16490B;
}
</style>
border-color css
<style>
span { border-color: #16490B; }
span { border-color: rgb(22,73,11); }
td.TdClassName
{
border-color: #16490B;
}
.TagClassName
{
border-color: #16490B;
}
</style>