Shades of Myrtle #13360E
Tints of Myrtle #13360E
RGB
CMYK
RGB Variations
Color information
#13360E (or 0x13360E) is known color: Myrtle. HEX triplet: 13, 36 and 0E. RGB value is (19,54,14). Sum of RGB (Red+Green+Blue) = 19+54+14=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #13360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13360E is #ECC9F1. Grayscale: #272727. Windows color (decimal): -15518194 or 931347. OLE color: 931347.
HSL color Cylindrical-coordinate representation of color #13360E: hue angle of 112.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13360E is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 54 | 14 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.79 |
| HSL | 112.5º | 0.59% | 0.13% | - |
| HSV(B) | 112.5º | 0.74% | 0.21% | - |
| XYZ | 1.67 | 2.81 | 0.87 | - |
| YUV | 38.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 14 | 0.65 | 0 | 0.74 | 0.79 | 112.5 | 0.59 | 0.13 |
| Hex | 13 | 36 | E | 41 | 0 | 4A | 4F | 70 | 3B | D |
| Octal | 23 | 66 | 16 | 101 | 0 | 112 | 117 | 160 | 73 | 15 |
| Binary | 10011 | 110110 | 1110 | 1000001 | 0 | 1001010 | 1001111 | 1110000 | 111011 | 1101 |
Color Harmonies of #13360E
Complementary color
Monochromatic Colors of #13360E
Black with #13360E
Text Example
Text Example
White with #13360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13360E; }
p { color: rgb(19,54,14); }
H1.HeaderClassName
{
color: #13360E;
}
.AnyTagClassName
{
color: #13360E;
}
</style>
background-color css
<style>
a { background-color: #13360E; }
a { background-color: rgb(19,54,14); }
div.DivClassName
{
background-color: #13360E;
}
.BgClassName
{
background-color: #13360E;
}
</style>
border-color css
<style>
span { border-color: #13360E; }
span { border-color: rgb(19,54,14); }
td.TdClassName
{
border-color: #13360E;
}
.TagClassName
{
border-color: #13360E;
}
</style>