Shades of Myrtle #131F10
Tints of Myrtle #131F10
RGB
CMYK
RGB Variations
Color information
#131F10 (or 0x131F10) is known color: Myrtle. HEX triplet: 13, 1F and 10. RGB value is (19,31,16). Sum of RGB (Red+Green+Blue) = 19+31+16=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #131F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F10 is #ECE0EF. Grayscale: #191919. Windows color (decimal): -15524080 or 1056531. OLE color: 1056531.
HSL color Cylindrical-coordinate representation of color #131F10: hue angle of 108º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #131F10 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 16 | - |
| CMYK | 0.39 | 0 | 0.48 | 0.88 |
| HSL | 108º | 0.32% | 0.09% | - |
| HSV(B) | 108º | 0.48% | 0.12% | - |
| XYZ | 0.85 | 1.16 | 0.67 | - |
| YUV | 25.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 16 | 0.39 | 0 | 0.48 | 0.88 | 108 | 0.32 | 0.09 |
| Hex | 13 | 1F | 10 | 27 | 0 | 30 | 58 | 6C | 20 | 9 |
| Octal | 23 | 37 | 20 | 47 | 0 | 60 | 130 | 154 | 40 | 11 |
| Binary | 10011 | 11111 | 10000 | 100111 | 0 | 110000 | 1011000 | 1101100 | 100000 | 1001 |
Color Harmonies of #131F10
Complementary color
Monochromatic Colors of #131F10
Black with #131F10
Text Example
Text Example
White with #131F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F10; }
p { color: rgb(19,31,16); }
H1.HeaderClassName
{
color: #131F10;
}
.AnyTagClassName
{
color: #131F10;
}
</style>
background-color css
<style>
a { background-color: #131F10; }
a { background-color: rgb(19,31,16); }
div.DivClassName
{
background-color: #131F10;
}
.BgClassName
{
background-color: #131F10;
}
</style>
border-color css
<style>
span { border-color: #131F10; }
span { border-color: rgb(19,31,16); }
td.TdClassName
{
border-color: #131F10;
}
.TagClassName
{
border-color: #131F10;
}
</style>