Shades of Myrtle #13530D
Tints of Myrtle #13530D
RGB
CMYK
RGB Variations
Color information
#13530D (or 0x13530D) is known color: Myrtle. HEX triplet: 13, 53 and 0D. RGB value is (19,83,13). Sum of RGB (Red+Green+Blue) = 19+83+13=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #13530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13530D is #ECACF2. Grayscale: #383838. Windows color (decimal): -15510771 or 873235. OLE color: 873235.
HSL color Cylindrical-coordinate representation of color #13530D: hue angle of 114.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13530D is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 83 | 13 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.67 |
| HSL | 114.86º | 0.73% | 0.19% | - |
| HSV(B) | 114.86º | 0.84% | 0.33% | - |
| XYZ | 3.43 | 6.35 | 1.43 | - |
| YUV | 55.88 | 103.8 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 13 | 0.77 | 0 | 0.84 | 0.67 | 114.86 | 0.73 | 0.19 |
| Hex | 13 | 53 | D | 4D | 0 | 54 | 43 | 73 | 49 | 13 |
| Octal | 23 | 123 | 15 | 115 | 0 | 124 | 103 | 163 | 111 | 23 |
| Binary | 10011 | 1010011 | 1101 | 1001101 | 0 | 1010100 | 1000011 | 1110011 | 1001001 | 10011 |
Color Harmonies of #13530D
Complementary color
Monochromatic Colors of #13530D
Black with #13530D
Text Example
Text Example
White with #13530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13530D; }
p { color: rgb(19,83,13); }
H1.HeaderClassName
{
color: #13530D;
}
.AnyTagClassName
{
color: #13530D;
}
</style>
background-color css
<style>
a { background-color: #13530D; }
a { background-color: rgb(19,83,13); }
div.DivClassName
{
background-color: #13530D;
}
.BgClassName
{
background-color: #13530D;
}
</style>
border-color css
<style>
span { border-color: #13530D; }
span { border-color: rgb(19,83,13); }
td.TdClassName
{
border-color: #13530D;
}
.TagClassName
{
border-color: #13530D;
}
</style>