Shades of Myrtle #1F491B
Tints of Myrtle #1F491B
RGB
CMYK
RGB Variations
Color information
#1F491B (or 0x1F491B) is known color: Myrtle. HEX triplet: 1F, 49 and 1B. RGB value is (31,73,27). Sum of RGB (Red+Green+Blue) = 31+73+27=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #1F491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F491B is #E0B6E4. Grayscale: #373737. Windows color (decimal): -14726885 or 1788191. OLE color: 1788191.
HSL color Cylindrical-coordinate representation of color #1F491B: hue angle of 114.78º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F491B is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 27 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.71 |
| HSL | 114.78º | 0.46% | 0.2% | - |
| HSV(B) | 114.78º | 0.63% | 0.29% | - |
| XYZ | 3.15 | 5.14 | 1.86 | - |
| YUV | 55.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 27 | 0.58 | 0 | 0.63 | 0.71 | 114.78 | 0.46 | 0.2 |
| Hex | 1F | 49 | 1B | 3A | 0 | 3F | 47 | 73 | 2E | 14 |
| Octal | 37 | 111 | 33 | 72 | 0 | 77 | 107 | 163 | 56 | 24 |
| Binary | 11111 | 1001001 | 11011 | 111010 | 0 | 111111 | 1000111 | 1110011 | 101110 | 10100 |
Color Harmonies of #1F491B
Complementary color
Monochromatic Colors of #1F491B
Black with #1F491B
Text Example
Text Example
White with #1F491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F491B; }
p { color: rgb(31,73,27); }
H1.HeaderClassName
{
color: #1F491B;
}
.AnyTagClassName
{
color: #1F491B;
}
</style>
background-color css
<style>
a { background-color: #1F491B; }
a { background-color: rgb(31,73,27); }
div.DivClassName
{
background-color: #1F491B;
}
.BgClassName
{
background-color: #1F491B;
}
</style>
border-color css
<style>
span { border-color: #1F491B; }
span { border-color: rgb(31,73,27); }
td.TdClassName
{
border-color: #1F491B;
}
.TagClassName
{
border-color: #1F491B;
}
</style>