Shades of Myrtle #13500E
Tints of Myrtle #13500E
RGB
CMYK
RGB Variations
Color information
#13500E (or 0x13500E) is known color: Myrtle. HEX triplet: 13, 50 and 0E. RGB value is (19,80,14). Sum of RGB (Red+Green+Blue) = 19+80+14=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #13500E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13500E is #ECAFF1. Grayscale: #363636. Windows color (decimal): -15511538 or 938003. OLE color: 938003.
HSL color Cylindrical-coordinate representation of color #13500E: hue angle of 115.45º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13500E is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 80 | 14 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.69 |
| HSL | 115.45º | 0.7% | 0.18% | - |
| HSV(B) | 115.45º | 0.83% | 0.31% | - |
| XYZ | 3.22 | 5.91 | 1.39 | - |
| YUV | 54.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 14 | 0.76 | 0 | 0.83 | 0.69 | 115.45 | 0.7 | 0.18 |
| Hex | 13 | 50 | E | 4C | 0 | 53 | 45 | 73 | 46 | 12 |
| Octal | 23 | 120 | 16 | 114 | 0 | 123 | 105 | 163 | 106 | 22 |
| Binary | 10011 | 1010000 | 1110 | 1001100 | 0 | 1010011 | 1000101 | 1110011 | 1000110 | 10010 |
Color Harmonies of #13500E
Complementary color
Monochromatic Colors of #13500E
Black with #13500E
Text Example
Text Example
White with #13500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13500E; }
p { color: rgb(19,80,14); }
H1.HeaderClassName
{
color: #13500E;
}
.AnyTagClassName
{
color: #13500E;
}
</style>
background-color css
<style>
a { background-color: #13500E; }
a { background-color: rgb(19,80,14); }
div.DivClassName
{
background-color: #13500E;
}
.BgClassName
{
background-color: #13500E;
}
</style>
border-color css
<style>
span { border-color: #13500E; }
span { border-color: rgb(19,80,14); }
td.TdClassName
{
border-color: #13500E;
}
.TagClassName
{
border-color: #13500E;
}
</style>