Shades of Myrtle #13540D
Tints of Myrtle #13540D
RGB
CMYK
RGB Variations
Color information
#13540D (or 0x13540D) is known color: Myrtle. HEX triplet: 13, 54 and 0D. RGB value is (19,84,13). Sum of RGB (Red+Green+Blue) = 19+84+13=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #13540D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13540D is #ECABF2. Grayscale: #383838. Windows color (decimal): -15510515 or 873491. OLE color: 873491.
HSL color Cylindrical-coordinate representation of color #13540D: hue angle of 114.93º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13540D is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 84 | 13 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.67 |
| HSL | 114.93º | 0.73% | 0.19% | - |
| HSV(B) | 114.93º | 0.85% | 0.33% | - |
| XYZ | 3.51 | 6.51 | 1.45 | - |
| YUV | 56.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 13 | 0.77 | 0 | 0.85 | 0.67 | 114.93 | 0.73 | 0.19 |
| Hex | 13 | 54 | D | 4D | 0 | 55 | 43 | 73 | 49 | 13 |
| Octal | 23 | 124 | 15 | 115 | 0 | 125 | 103 | 163 | 111 | 23 |
| Binary | 10011 | 1010100 | 1101 | 1001101 | 0 | 1010101 | 1000011 | 1110011 | 1001001 | 10011 |
Color Harmonies of #13540D
Complementary color
Monochromatic Colors of #13540D
Black with #13540D
Text Example
Text Example
White with #13540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13540D; }
p { color: rgb(19,84,13); }
H1.HeaderClassName
{
color: #13540D;
}
.AnyTagClassName
{
color: #13540D;
}
</style>
background-color css
<style>
a { background-color: #13540D; }
a { background-color: rgb(19,84,13); }
div.DivClassName
{
background-color: #13540D;
}
.BgClassName
{
background-color: #13540D;
}
</style>
border-color css
<style>
span { border-color: #13540D; }
span { border-color: rgb(19,84,13); }
td.TdClassName
{
border-color: #13540D;
}
.TagClassName
{
border-color: #13540D;
}
</style>