Shades of Myrtle #1F4F11
Tints of Myrtle #1F4F11
RGB
CMYK
RGB Variations
Color information
#1F4F11 (or 0x1F4F11) is known color: Myrtle. HEX triplet: 1F, 4F and 11. RGB value is (31,79,17). Sum of RGB (Red+Green+Blue) = 31+79+17=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 79 (31.25% from 255 or 62.20% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 79 - color contains mainly: green. Hex color #1F4F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F4F11 is #E0B0EE. Grayscale: #393939. Windows color (decimal): -14725359 or 1134367. OLE color: 1134367.
HSL color Cylindrical-coordinate representation of color #1F4F11: hue angle of 106.45º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F4F11 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 79 | 17 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.69 |
| HSL | 106.45º | 0.65% | 0.19% | - |
| HSV(B) | 106.45º | 0.78% | 0.31% | - |
| XYZ | 3.46 | 5.92 | 1.49 | - |
| YUV | 57.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 17 | 0.61 | 0 | 0.78 | 0.69 | 106.45 | 0.65 | 0.19 |
| Hex | 1F | 4F | 11 | 3D | 0 | 4E | 45 | 6A | 41 | 13 |
| Octal | 37 | 117 | 21 | 75 | 0 | 116 | 105 | 152 | 101 | 23 |
| Binary | 11111 | 1001111 | 10001 | 111101 | 0 | 1001110 | 1000101 | 1101010 | 1000001 | 10011 |
Color Harmonies of #1F4F11
Complementary color
Monochromatic Colors of #1F4F11
Black with #1F4F11
Text Example
Text Example
White with #1F4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4F11; }
p { color: rgb(31,79,17); }
H1.HeaderClassName
{
color: #1F4F11;
}
.AnyTagClassName
{
color: #1F4F11;
}
</style>
background-color css
<style>
a { background-color: #1F4F11; }
a { background-color: rgb(31,79,17); }
div.DivClassName
{
background-color: #1F4F11;
}
.BgClassName
{
background-color: #1F4F11;
}
</style>
border-color css
<style>
span { border-color: #1F4F11; }
span { border-color: rgb(31,79,17); }
td.TdClassName
{
border-color: #1F4F11;
}
.TagClassName
{
border-color: #1F4F11;
}
</style>