Shades of Myrtle #13520D
Tints of Myrtle #13520D
RGB
CMYK
RGB Variations
Color information
#13520D (or 0x13520D) is known color: Myrtle. HEX triplet: 13, 52 and 0D. RGB value is (19,82,13). Sum of RGB (Red+Green+Blue) = 19+82+13=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #13520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13520D is #ECADF2. Grayscale: #373737. Windows color (decimal): -15511027 or 872979. OLE color: 872979.
HSL color Cylindrical-coordinate representation of color #13520D: hue angle of 114.78º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13520D is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 82 | 13 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.68 |
| HSL | 114.78º | 0.73% | 0.19% | - |
| HSV(B) | 114.78º | 0.84% | 0.32% | - |
| XYZ | 3.36 | 6.2 | 1.4 | - |
| YUV | 55.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 13 | 0.77 | 0 | 0.84 | 0.68 | 114.78 | 0.73 | 0.19 |
| Hex | 13 | 52 | D | 4D | 0 | 54 | 44 | 73 | 49 | 13 |
| Octal | 23 | 122 | 15 | 115 | 0 | 124 | 104 | 163 | 111 | 23 |
| Binary | 10011 | 1010010 | 1101 | 1001101 | 0 | 1010100 | 1000100 | 1110011 | 1001001 | 10011 |
Color Harmonies of #13520D
Complementary color
Monochromatic Colors of #13520D
Black with #13520D
Text Example
Text Example
White with #13520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13520D; }
p { color: rgb(19,82,13); }
H1.HeaderClassName
{
color: #13520D;
}
.AnyTagClassName
{
color: #13520D;
}
</style>
background-color css
<style>
a { background-color: #13520D; }
a { background-color: rgb(19,82,13); }
div.DivClassName
{
background-color: #13520D;
}
.BgClassName
{
background-color: #13520D;
}
</style>
border-color css
<style>
span { border-color: #13520D; }
span { border-color: rgb(19,82,13); }
td.TdClassName
{
border-color: #13520D;
}
.TagClassName
{
border-color: #13520D;
}
</style>