Shades of Myrtle #13410C
Tints of Myrtle #13410C
RGB
CMYK
RGB Variations
Color information
#13410C (or 0x13410C) is known color: Myrtle. HEX triplet: 13, 41 and 0C. RGB value is (19,65,12). Sum of RGB (Red+Green+Blue) = 19+65+12=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #13410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13410C is #ECBEF3. Grayscale: #2D2D2D. Windows color (decimal): -15515380 or 803091. OLE color: 803091.
HSL color Cylindrical-coordinate representation of color #13410C: hue angle of 112.08º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13410C is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 65 | 12 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.75 |
| HSL | 112.08º | 0.69% | 0.15% | - |
| HSV(B) | 112.08º | 0.82% | 0.25% | - |
| XYZ | 2.23 | 3.95 | 0.99 | - |
| YUV | 45.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 12 | 0.71 | 0 | 0.82 | 0.75 | 112.08 | 0.69 | 0.15 |
| Hex | 13 | 41 | C | 47 | 0 | 52 | 4B | 70 | 45 | F |
| Octal | 23 | 101 | 14 | 107 | 0 | 122 | 113 | 160 | 105 | 17 |
| Binary | 10011 | 1000001 | 1100 | 1000111 | 0 | 1010010 | 1001011 | 1110000 | 1000101 | 1111 |
Color Harmonies of #13410C
Complementary color
Monochromatic Colors of #13410C
Black with #13410C
Text Example
Text Example
White with #13410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13410C; }
p { color: rgb(19,65,12); }
H1.HeaderClassName
{
color: #13410C;
}
.AnyTagClassName
{
color: #13410C;
}
</style>
background-color css
<style>
a { background-color: #13410C; }
a { background-color: rgb(19,65,12); }
div.DivClassName
{
background-color: #13410C;
}
.BgClassName
{
background-color: #13410C;
}
</style>
border-color css
<style>
span { border-color: #13410C; }
span { border-color: rgb(19,65,12); }
td.TdClassName
{
border-color: #13410C;
}
.TagClassName
{
border-color: #13410C;
}
</style>