Shades of Myrtle #131D10
Tints of Myrtle #131D10
RGB
CMYK
RGB Variations
Color information
#131D10 (or 0x131D10) is known color: Myrtle. HEX triplet: 13, 1D and 10. RGB value is (19,29,16). Sum of RGB (Red+Green+Blue) = 19+29+16=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 29 - color contains mainly: green. Hex color #131D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D10 is #ECE2EF. Grayscale: #181818. Windows color (decimal): -15524592 or 1056019. OLE color: 1056019.
HSL color Cylindrical-coordinate representation of color #131D10: hue angle of 106.15º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #131D10 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 29 | 16 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.89 |
| HSL | 106.15º | 0.29% | 0.09% | - |
| HSV(B) | 106.15º | 0.45% | 0.11% | - |
| XYZ | 0.8 | 1.05 | 0.65 | - |
| YUV | 24.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 16 | 0.34 | 0 | 0.45 | 0.89 | 106.15 | 0.29 | 0.09 |
| Hex | 13 | 1D | 10 | 22 | 0 | 2D | 59 | 6A | 1D | 9 |
| Octal | 23 | 35 | 20 | 42 | 0 | 55 | 131 | 152 | 35 | 11 |
| Binary | 10011 | 11101 | 10000 | 100010 | 0 | 101101 | 1011001 | 1101010 | 11101 | 1001 |
Color Harmonies of #131D10
Complementary color
Monochromatic Colors of #131D10
Black with #131D10
Text Example
Text Example
White with #131D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D10; }
p { color: rgb(19,29,16); }
H1.HeaderClassName
{
color: #131D10;
}
.AnyTagClassName
{
color: #131D10;
}
</style>
background-color css
<style>
a { background-color: #131D10; }
a { background-color: rgb(19,29,16); }
div.DivClassName
{
background-color: #131D10;
}
.BgClassName
{
background-color: #131D10;
}
</style>
border-color css
<style>
span { border-color: #131D10; }
span { border-color: rgb(19,29,16); }
td.TdClassName
{
border-color: #131D10;
}
.TagClassName
{
border-color: #131D10;
}
</style>