Shades of Myrtle #13390E
Tints of Myrtle #13390E
RGB
CMYK
RGB Variations
Color information
#13390E (or 0x13390E) is known color: Myrtle. HEX triplet: 13, 39 and 0E. RGB value is (19,57,14). Sum of RGB (Red+Green+Blue) = 19+57+14=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 57 (22.66% from 255 or 63.33% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 57 - color contains mainly: green. Hex color #13390E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13390E is #ECC6F1. Grayscale: #282828. Windows color (decimal): -15517426 or 932115. OLE color: 932115.
HSL color Cylindrical-coordinate representation of color #13390E: hue angle of 113.02º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13390E is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 14 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.78 |
| HSL | 113.02º | 0.61% | 0.14% | - |
| HSV(B) | 113.02º | 0.75% | 0.22% | - |
| XYZ | 1.81 | 3.1 | 0.92 | - |
| YUV | 40.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 14 | 0.67 | 0 | 0.75 | 0.78 | 113.02 | 0.61 | 0.14 |
| Hex | 13 | 39 | E | 43 | 0 | 4B | 4E | 71 | 3D | E |
| Octal | 23 | 71 | 16 | 103 | 0 | 113 | 116 | 161 | 75 | 16 |
| Binary | 10011 | 111001 | 1110 | 1000011 | 0 | 1001011 | 1001110 | 1110001 | 111101 | 1110 |
Color Harmonies of #13390E
Complementary color
Monochromatic Colors of #13390E
Black with #13390E
Text Example
Text Example
White with #13390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13390E; }
p { color: rgb(19,57,14); }
H1.HeaderClassName
{
color: #13390E;
}
.AnyTagClassName
{
color: #13390E;
}
</style>
background-color css
<style>
a { background-color: #13390E; }
a { background-color: rgb(19,57,14); }
div.DivClassName
{
background-color: #13390E;
}
.BgClassName
{
background-color: #13390E;
}
</style>
border-color css
<style>
span { border-color: #13390E; }
span { border-color: rgb(19,57,14); }
td.TdClassName
{
border-color: #13390E;
}
.TagClassName
{
border-color: #13390E;
}
</style>