Shades of Myrtle #13410A
Tints of Myrtle #13410A
RGB
CMYK
RGB Variations
Color information
#13410A (or 0x13410A) is known color: Myrtle. HEX triplet: 13, 41 and 0A. RGB value is (19,65,10). Sum of RGB (Red+Green+Blue) = 19+65+10=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #13410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13410A is #ECBEF5. Grayscale: #2D2D2D. Windows color (decimal): -15515382 or 672019. OLE color: 672019.
HSL color Cylindrical-coordinate representation of color #13410A: hue angle of 110.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13410A is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 10 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.75 |
| HSL | 110.18º | 0.73% | 0.15% | - |
| HSV(B) | 110.18º | 0.85% | 0.25% | - |
| XYZ | 2.21 | 3.94 | 0.93 | - |
| YUV | 44.98 | 108.26 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 10 | 0.71 | 0 | 0.85 | 0.75 | 110.18 | 0.73 | 0.15 |
| Hex | 13 | 41 | A | 47 | 0 | 55 | 4B | 6E | 49 | F |
| Octal | 23 | 101 | 12 | 107 | 0 | 125 | 113 | 156 | 111 | 17 |
| Binary | 10011 | 1000001 | 1010 | 1000111 | 0 | 1010101 | 1001011 | 1101110 | 1001001 | 1111 |
Color Harmonies of #13410A
Complementary color
Monochromatic Colors of #13410A
Black with #13410A
Text Example
Text Example
White with #13410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13410A; }
p { color: rgb(19,65,10); }
H1.HeaderClassName
{
color: #13410A;
}
.AnyTagClassName
{
color: #13410A;
}
</style>
background-color css
<style>
a { background-color: #13410A; }
a { background-color: rgb(19,65,10); }
div.DivClassName
{
background-color: #13410A;
}
.BgClassName
{
background-color: #13410A;
}
</style>
border-color css
<style>
span { border-color: #13410A; }
span { border-color: rgb(19,65,10); }
td.TdClassName
{
border-color: #13410A;
}
.TagClassName
{
border-color: #13410A;
}
</style>