Shades of Myrtle #16490C
Tints of Myrtle #16490C
RGB
CMYK
RGB Variations
Color information
#16490C (or 0x16490C) is known color: Myrtle. HEX triplet: 16, 49 and 0C. RGB value is (22,73,12). Sum of RGB (Red+Green+Blue) = 22+73+12=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #16490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16490C is #E9B6F3. Grayscale: #323232. Windows color (decimal): -15316724 or 805142. OLE color: 805142.
HSL color Cylindrical-coordinate representation of color #16490C: hue angle of 110.16º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16490C is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 73 | 12 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.71 |
| HSL | 110.16º | 0.72% | 0.17% | - |
| HSV(B) | 110.16º | 0.84% | 0.29% | - |
| XYZ | 2.78 | 4.96 | 1.16 | - |
| YUV | 50.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 73 | 12 | 0.70 | 0 | 0.84 | 0.71 | 110.16 | 0.72 | 0.17 |
| Hex | 16 | 49 | C | 46 | 0 | 54 | 47 | 6E | 48 | 11 |
| Octal | 26 | 111 | 14 | 106 | 0 | 124 | 107 | 156 | 110 | 21 |
| Binary | 10110 | 1001001 | 1100 | 1000110 | 0 | 1010100 | 1000111 | 1101110 | 1001000 | 10001 |
Color Harmonies of #16490C
Complementary color
Monochromatic Colors of #16490C
Black with #16490C
Text Example
Text Example
White with #16490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16490C; }
p { color: rgb(22,73,12); }
H1.HeaderClassName
{
color: #16490C;
}
.AnyTagClassName
{
color: #16490C;
}
</style>
background-color css
<style>
a { background-color: #16490C; }
a { background-color: rgb(22,73,12); }
div.DivClassName
{
background-color: #16490C;
}
.BgClassName
{
background-color: #16490C;
}
</style>
border-color css
<style>
span { border-color: #16490C; }
span { border-color: rgb(22,73,12); }
td.TdClassName
{
border-color: #16490C;
}
.TagClassName
{
border-color: #16490C;
}
</style>