Shades of Myrtle #13600A
Tints of Myrtle #13600A
RGB
CMYK
RGB Variations
Color information
#13600A (or 0x13600A) is known color: Myrtle. HEX triplet: 13, 60 and 0A. RGB value is (19,96,10). Sum of RGB (Red+Green+Blue) = 19+96+10=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #13600A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13600A is #EC9FF5. Grayscale: #3F3F3F. Windows color (decimal): -15507446 or 679955. OLE color: 679955.
HSL color Cylindrical-coordinate representation of color #13600A: hue angle of 113.72º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13600A is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 96 | 10 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.62 |
| HSL | 113.72º | 0.81% | 0.21% | - |
| HSV(B) | 113.72º | 0.9% | 0.38% | - |
| XYZ | 4.51 | 8.53 | 1.7 | - |
| YUV | 63.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 96 | 10 | 0.80 | 0 | 0.90 | 0.62 | 113.72 | 0.81 | 0.21 |
| Hex | 13 | 60 | A | 50 | 0 | 5A | 3E | 72 | 51 | 15 |
| Octal | 23 | 140 | 12 | 120 | 0 | 132 | 76 | 162 | 121 | 25 |
| Binary | 10011 | 1100000 | 1010 | 1010000 | 0 | 1011010 | 111110 | 1110010 | 1010001 | 10101 |
Color Harmonies of #13600A
Complementary color
Monochromatic Colors of #13600A
Black with #13600A
Text Example
Text Example
White with #13600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13600A; }
p { color: rgb(19,96,10); }
H1.HeaderClassName
{
color: #13600A;
}
.AnyTagClassName
{
color: #13600A;
}
</style>
background-color css
<style>
a { background-color: #13600A; }
a { background-color: rgb(19,96,10); }
div.DivClassName
{
background-color: #13600A;
}
.BgClassName
{
background-color: #13600A;
}
</style>
border-color css
<style>
span { border-color: #13600A; }
span { border-color: rgb(19,96,10); }
td.TdClassName
{
border-color: #13600A;
}
.TagClassName
{
border-color: #13600A;
}
</style>