Shades of Myrtle #13290F
Tints of Myrtle #13290F
RGB
CMYK
RGB Variations
Color information
#13290F (or 0x13290F) is known color: Myrtle. HEX triplet: 13, 29 and 0F. RGB value is (19,41,15). Sum of RGB (Red+Green+Blue) = 19+41+15=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 41 (16.41% from 255 or 54.67% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 41 - color contains mainly: green. Hex color #13290F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13290F is #ECD6F0. Grayscale: #1F1F1F. Windows color (decimal): -15521521 or 993555. OLE color: 993555.
HSL color Cylindrical-coordinate representation of color #13290F: hue angle of 110.77º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13290F is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 41 | 15 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.84 |
| HSL | 110.77º | 0.46% | 0.11% | - |
| HSV(B) | 110.77º | 0.63% | 0.16% | - |
| XYZ | 1.15 | 1.76 | 0.73 | - |
| YUV | 31.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 15 | 0.54 | 0 | 0.63 | 0.84 | 110.77 | 0.46 | 0.11 |
| Hex | 13 | 29 | F | 36 | 0 | 3F | 54 | 6F | 2E | B |
| Octal | 23 | 51 | 17 | 66 | 0 | 77 | 124 | 157 | 56 | 13 |
| Binary | 10011 | 101001 | 1111 | 110110 | 0 | 111111 | 1010100 | 1101111 | 101110 | 1011 |
Color Harmonies of #13290F
Complementary color
Monochromatic Colors of #13290F
Black with #13290F
Text Example
Text Example
White with #13290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13290F; }
p { color: rgb(19,41,15); }
H1.HeaderClassName
{
color: #13290F;
}
.AnyTagClassName
{
color: #13290F;
}
</style>
background-color css
<style>
a { background-color: #13290F; }
a { background-color: rgb(19,41,15); }
div.DivClassName
{
background-color: #13290F;
}
.BgClassName
{
background-color: #13290F;
}
</style>
border-color css
<style>
span { border-color: #13290F; }
span { border-color: rgb(19,41,15); }
td.TdClassName
{
border-color: #13290F;
}
.TagClassName
{
border-color: #13290F;
}
</style>