Shades of Myrtle #10590D
Tints of Myrtle #10590D
RGB
CMYK
RGB Variations
Color information
#10590D (or 0x10590D) is known color: Myrtle. HEX triplet: 10, 59 and 0D. RGB value is (16,89,13). Sum of RGB (Red+Green+Blue) = 16+89+13=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 89 (35.16% from 255 or 75.42% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 89 - color contains mainly: green. Hex color #10590D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10590D is #EFA6F2. Grayscale: #3A3A3A. Windows color (decimal): -15705843 or 874768. OLE color: 874768.
HSL color Cylindrical-coordinate representation of color #10590D: hue angle of 117.63º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10590D is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 89 | 13 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.65 |
| HSL | 117.63º | 0.75% | 0.2% | - |
| HSV(B) | 117.63º | 0.85% | 0.35% | - |
| XYZ | 3.86 | 7.28 | 1.58 | - |
| YUV | 58.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 89 | 13 | 0.82 | 0 | 0.85 | 0.65 | 117.63 | 0.75 | 0.2 |
| Hex | 10 | 59 | D | 52 | 0 | 55 | 41 | 76 | 4B | 14 |
| Octal | 20 | 131 | 15 | 122 | 0 | 125 | 101 | 166 | 113 | 24 |
| Binary | 10000 | 1011001 | 1101 | 1010010 | 0 | 1010101 | 1000001 | 1110110 | 1001011 | 10100 |
Color Harmonies of #10590D
Complementary color
Monochromatic Colors of #10590D
Black with #10590D
Text Example
Text Example
White with #10590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10590D; }
p { color: rgb(16,89,13); }
H1.HeaderClassName
{
color: #10590D;
}
.AnyTagClassName
{
color: #10590D;
}
</style>
background-color css
<style>
a { background-color: #10590D; }
a { background-color: rgb(16,89,13); }
div.DivClassName
{
background-color: #10590D;
}
.BgClassName
{
background-color: #10590D;
}
</style>
border-color css
<style>
span { border-color: #10590D; }
span { border-color: rgb(16,89,13); }
td.TdClassName
{
border-color: #10590D;
}
.TagClassName
{
border-color: #10590D;
}
</style>