Shades of Myrtle #1F4712
Tints of Myrtle #1F4712
RGB
CMYK
RGB Variations
Color information
#1F4712 (or 0x1F4712) is known color: Myrtle. HEX triplet: 1F, 47 and 12. RGB value is (31,71,18). Sum of RGB (Red+Green+Blue) = 31+71+18=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4712 is #E0B8ED. Grayscale: #353535. Windows color (decimal): -14727406 or 1197855. OLE color: 1197855.
HSL color Cylindrical-coordinate representation of color #1F4712: hue angle of 105.28º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F4712 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 18 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.72 |
| HSL | 105.28º | 0.6% | 0.17% | - |
| HSV(B) | 105.28º | 0.75% | 0.28% | - |
| XYZ | 2.93 | 4.84 | 1.35 | - |
| YUV | 53 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 18 | 0.56 | 0 | 0.75 | 0.72 | 105.28 | 0.6 | 0.17 |
| Hex | 1F | 47 | 12 | 38 | 0 | 4B | 48 | 69 | 3C | 11 |
| Octal | 37 | 107 | 22 | 70 | 0 | 113 | 110 | 151 | 74 | 21 |
| Binary | 11111 | 1000111 | 10010 | 111000 | 0 | 1001011 | 1001000 | 1101001 | 111100 | 10001 |
Color Harmonies of #1F4712
Complementary color
Monochromatic Colors of #1F4712
Black with #1F4712
Text Example
Text Example
White with #1F4712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4712; }
p { color: rgb(31,71,18); }
H1.HeaderClassName
{
color: #1F4712;
}
.AnyTagClassName
{
color: #1F4712;
}
</style>
background-color css
<style>
a { background-color: #1F4712; }
a { background-color: rgb(31,71,18); }
div.DivClassName
{
background-color: #1F4712;
}
.BgClassName
{
background-color: #1F4712;
}
</style>
border-color css
<style>
span { border-color: #1F4712; }
span { border-color: rgb(31,71,18); }
td.TdClassName
{
border-color: #1F4712;
}
.TagClassName
{
border-color: #1F4712;
}
</style>