Shades of Myrtle #1F490A
Tints of Myrtle #1F490A
RGB
CMYK
RGB Variations
Color information
#1F490A (or 0x1F490A) is known color: Myrtle. HEX triplet: 1F, 49 and 0A. RGB value is (31,73,10). Sum of RGB (Red+Green+Blue) = 31+73+10=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 73 (28.91% from 255 or 64.04% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 73 - color contains mainly: green. Hex color #1F490A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F490A is #E0B6F5. Grayscale: #353535. Windows color (decimal): -14726902 or 674079. OLE color: 674079.
HSL color Cylindrical-coordinate representation of color #1F490A: hue angle of 100º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F490A is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 10 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.71 |
| HSL | 100º | 0.76% | 0.16% | - |
| HSV(B) | 100º | 0.86% | 0.29% | - |
| XYZ | 3 | 5.08 | 1.11 | - |
| YUV | 53.26 | 103.59 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 10 | 0.58 | 0 | 0.86 | 0.71 | 100 | 0.76 | 0.16 |
| Hex | 1F | 49 | A | 3A | 0 | 56 | 47 | 64 | 4C | 10 |
| Octal | 37 | 111 | 12 | 72 | 0 | 126 | 107 | 144 | 114 | 20 |
| Binary | 11111 | 1001001 | 1010 | 111010 | 0 | 1010110 | 1000111 | 1100100 | 1001100 | 10000 |
Color Harmonies of #1F490A
Complementary color
Monochromatic Colors of #1F490A
Black with #1F490A
Text Example
Text Example
White with #1F490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F490A; }
p { color: rgb(31,73,10); }
H1.HeaderClassName
{
color: #1F490A;
}
.AnyTagClassName
{
color: #1F490A;
}
</style>
background-color css
<style>
a { background-color: #1F490A; }
a { background-color: rgb(31,73,10); }
div.DivClassName
{
background-color: #1F490A;
}
.BgClassName
{
background-color: #1F490A;
}
</style>
border-color css
<style>
span { border-color: #1F490A; }
span { border-color: rgb(31,73,10); }
td.TdClassName
{
border-color: #1F490A;
}
.TagClassName
{
border-color: #1F490A;
}
</style>