Shades of Myrtle #16390A
Tints of Myrtle #16390A
RGB
CMYK
RGB Variations
Color information
#16390A (or 0x16390A) is known color: Myrtle. HEX triplet: 16, 39 and 0A. RGB value is (22,57,10). Sum of RGB (Red+Green+Blue) = 22+57+10=89 (11% of max value = 765). Red value is 22 (8.98% from 255 or 24.72% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 10 (4.30% from 255 or 11.24% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #16390A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16390A is #E9C6F5. Grayscale: #292929. Windows color (decimal): -15320822 or 669974. OLE color: 669974.
HSL color Cylindrical-coordinate representation of color #16390A: hue angle of 104.68º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16390A is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 57 | 10 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.78 |
| HSL | 104.68º | 0.7% | 0.13% | - |
| HSV(B) | 104.68º | 0.82% | 0.22% | - |
| XYZ | 1.85 | 3.12 | 0.79 | - |
| YUV | 41.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 57 | 10 | 0.61 | 0 | 0.82 | 0.78 | 104.68 | 0.7 | 0.13 |
| Hex | 16 | 39 | A | 3D | 0 | 52 | 4E | 69 | 46 | D |
| Octal | 26 | 71 | 12 | 75 | 0 | 122 | 116 | 151 | 106 | 15 |
| Binary | 10110 | 111001 | 1010 | 111101 | 0 | 1010010 | 1001110 | 1101001 | 1000110 | 1101 |
Color Harmonies of #16390A
Complementary color
Monochromatic Colors of #16390A
Black with #16390A
Text Example
Text Example
White with #16390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16390A; }
p { color: rgb(22,57,10); }
H1.HeaderClassName
{
color: #16390A;
}
.AnyTagClassName
{
color: #16390A;
}
</style>
background-color css
<style>
a { background-color: #16390A; }
a { background-color: rgb(22,57,10); }
div.DivClassName
{
background-color: #16390A;
}
.BgClassName
{
background-color: #16390A;
}
</style>
border-color css
<style>
span { border-color: #16390A; }
span { border-color: rgb(22,57,10); }
td.TdClassName
{
border-color: #16390A;
}
.TagClassName
{
border-color: #16390A;
}
</style>