Shades of Myrtle #13610F
Tints of Myrtle #13610F
RGB
CMYK
RGB Variations
Color information
#13610F (or 0x13610F) is known color: Myrtle. HEX triplet: 13, 61 and 0F. RGB value is (19,97,15). Sum of RGB (Red+Green+Blue) = 19+97+15=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 97 (38.28% from 255 or 74.05% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 97 - color contains mainly: green. Hex color #13610F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13610F is #EC9EF0. Grayscale: #404040. Windows color (decimal): -15507185 or 1007891. OLE color: 1007891.
HSL color Cylindrical-coordinate representation of color #13610F: hue angle of 117.07º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13610F is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 15 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.62 |
| HSL | 117.07º | 0.73% | 0.22% | - |
| HSV(B) | 117.07º | 0.85% | 0.38% | - |
| XYZ | 4.63 | 8.72 | 1.89 | - |
| YUV | 64.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 15 | 0.80 | 0 | 0.85 | 0.62 | 117.07 | 0.73 | 0.22 |
| Hex | 13 | 61 | F | 50 | 0 | 55 | 3E | 75 | 49 | 16 |
| Octal | 23 | 141 | 17 | 120 | 0 | 125 | 76 | 165 | 111 | 26 |
| Binary | 10011 | 1100001 | 1111 | 1010000 | 0 | 1010101 | 111110 | 1110101 | 1001001 | 10110 |
Color Harmonies of #13610F
Complementary color
Monochromatic Colors of #13610F
Black with #13610F
Text Example
Text Example
White with #13610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13610F; }
p { color: rgb(19,97,15); }
H1.HeaderClassName
{
color: #13610F;
}
.AnyTagClassName
{
color: #13610F;
}
</style>
background-color css
<style>
a { background-color: #13610F; }
a { background-color: rgb(19,97,15); }
div.DivClassName
{
background-color: #13610F;
}
.BgClassName
{
background-color: #13610F;
}
</style>
border-color css
<style>
span { border-color: #13610F; }
span { border-color: rgb(19,97,15); }
td.TdClassName
{
border-color: #13610F;
}
.TagClassName
{
border-color: #13610F;
}
</style>