Shades of Myrtle #13440E
Tints of Myrtle #13440E
RGB
CMYK
RGB Variations
Color information
#13440E (or 0x13440E) is known color: Myrtle. HEX triplet: 13, 44 and 0E. RGB value is (19,68,14). Sum of RGB (Red+Green+Blue) = 19+68+14=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 68 (26.95% from 255 or 67.33% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 68 - color contains mainly: green. Hex color #13440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13440E is #ECBBF1. Grayscale: #2F2F2F. Windows color (decimal): -15514610 or 934931. OLE color: 934931.
HSL color Cylindrical-coordinate representation of color #13440E: hue angle of 114.44º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13440E is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 68 | 14 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.73 |
| HSL | 114.44º | 0.66% | 0.16% | - |
| HSV(B) | 114.44º | 0.79% | 0.27% | - |
| XYZ | 2.41 | 4.3 | 1.12 | - |
| YUV | 47.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 14 | 0.72 | 0 | 0.79 | 0.73 | 114.44 | 0.66 | 0.16 |
| Hex | 13 | 44 | E | 48 | 0 | 4F | 49 | 72 | 42 | 10 |
| Octal | 23 | 104 | 16 | 110 | 0 | 117 | 111 | 162 | 102 | 20 |
| Binary | 10011 | 1000100 | 1110 | 1001000 | 0 | 1001111 | 1001001 | 1110010 | 1000010 | 10000 |
Color Harmonies of #13440E
Complementary color
Monochromatic Colors of #13440E
Black with #13440E
Text Example
Text Example
White with #13440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13440E; }
p { color: rgb(19,68,14); }
H1.HeaderClassName
{
color: #13440E;
}
.AnyTagClassName
{
color: #13440E;
}
</style>
background-color css
<style>
a { background-color: #13440E; }
a { background-color: rgb(19,68,14); }
div.DivClassName
{
background-color: #13440E;
}
.BgClassName
{
background-color: #13440E;
}
</style>
border-color css
<style>
span { border-color: #13440E; }
span { border-color: rgb(19,68,14); }
td.TdClassName
{
border-color: #13440E;
}
.TagClassName
{
border-color: #13440E;
}
</style>