Shades of Myrtle #1F491F
Tints of Myrtle #1F491F
RGB
CMYK
RGB Variations
Color information
#1F491F (or 0x1F491F) is known color: Myrtle. HEX triplet: 1F, 49 and 1F. RGB value is (31,73,31). Sum of RGB (Red+Green+Blue) = 31+73+31=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #1F491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F491F is #E0B6E0. Grayscale: #373737. Windows color (decimal): -14726881 or 2050335. OLE color: 2050335.
HSL color Cylindrical-coordinate representation of color #1F491F: hue angle of 120º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F491F is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 31 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.71 |
| HSL | 120º | 0.4% | 0.2% | - |
| HSV(B) | 120º | 0.58% | 0.29% | - |
| XYZ | 3.19 | 5.16 | 2.12 | - |
| YUV | 55.65 | 114.09 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 31 | 0.58 | 0 | 0.58 | 0.71 | 120 | 0.4 | 0.2 |
| Hex | 1F | 49 | 1F | 3A | 0 | 3A | 47 | 78 | 28 | 14 |
| Octal | 37 | 111 | 37 | 72 | 0 | 72 | 107 | 170 | 50 | 24 |
| Binary | 11111 | 1001001 | 11111 | 111010 | 0 | 111010 | 1000111 | 1111000 | 101000 | 10100 |
Color Harmonies of #1F491F
Complementary color
Monochromatic Colors of #1F491F
Black with #1F491F
Text Example
Text Example
White with #1F491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F491F; }
p { color: rgb(31,73,31); }
H1.HeaderClassName
{
color: #1F491F;
}
.AnyTagClassName
{
color: #1F491F;
}
</style>
background-color css
<style>
a { background-color: #1F491F; }
a { background-color: rgb(31,73,31); }
div.DivClassName
{
background-color: #1F491F;
}
.BgClassName
{
background-color: #1F491F;
}
</style>
border-color css
<style>
span { border-color: #1F491F; }
span { border-color: rgb(31,73,31); }
td.TdClassName
{
border-color: #1F491F;
}
.TagClassName
{
border-color: #1F491F;
}
</style>