Shades of Myrtle #13410B
Tints of Myrtle #13410B
RGB
CMYK
RGB Variations
Color information
#13410B (or 0x13410B) is known color: Myrtle. HEX triplet: 13, 41 and 0B. RGB value is (19,65,11). Sum of RGB (Red+Green+Blue) = 19+65+11=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #13410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13410B is #ECBEF4. Grayscale: #2D2D2D. Windows color (decimal): -15515381 or 737555. OLE color: 737555.
HSL color Cylindrical-coordinate representation of color #13410B: hue angle of 111.11º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13410B is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 11 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.75 |
| HSL | 111.11º | 0.71% | 0.15% | - |
| HSV(B) | 111.11º | 0.83% | 0.25% | - |
| XYZ | 2.22 | 3.94 | 0.96 | - |
| YUV | 45.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 11 | 0.71 | 0 | 0.83 | 0.75 | 111.11 | 0.71 | 0.15 |
| Hex | 13 | 41 | B | 47 | 0 | 53 | 4B | 6F | 47 | F |
| Octal | 23 | 101 | 13 | 107 | 0 | 123 | 113 | 157 | 107 | 17 |
| Binary | 10011 | 1000001 | 1011 | 1000111 | 0 | 1010011 | 1001011 | 1101111 | 1000111 | 1111 |
Color Harmonies of #13410B
Complementary color
Monochromatic Colors of #13410B
Black with #13410B
Text Example
Text Example
White with #13410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13410B; }
p { color: rgb(19,65,11); }
H1.HeaderClassName
{
color: #13410B;
}
.AnyTagClassName
{
color: #13410B;
}
</style>
background-color css
<style>
a { background-color: #13410B; }
a { background-color: rgb(19,65,11); }
div.DivClassName
{
background-color: #13410B;
}
.BgClassName
{
background-color: #13410B;
}
</style>
border-color css
<style>
span { border-color: #13410B; }
span { border-color: rgb(19,65,11); }
td.TdClassName
{
border-color: #13410B;
}
.TagClassName
{
border-color: #13410B;
}
</style>