Shades of Myrtle #1F4718
Tints of Myrtle #1F4718
RGB
CMYK
RGB Variations
Color information
#1F4718 (or 0x1F4718) is known color: Myrtle. HEX triplet: 1F, 47 and 18. RGB value is (31,71,24). Sum of RGB (Red+Green+Blue) = 31+71+24=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4718 is #E0B8E7. Grayscale: #353535. Windows color (decimal): -14727400 or 1591071. OLE color: 1591071.
HSL color Cylindrical-coordinate representation of color #1F4718: hue angle of 111.06º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F4718 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 24 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.72 |
| HSL | 111.06º | 0.49% | 0.19% | - |
| HSV(B) | 111.06º | 0.66% | 0.28% | - |
| XYZ | 2.98 | 4.86 | 1.65 | - |
| YUV | 53.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 24 | 0.56 | 0 | 0.66 | 0.72 | 111.06 | 0.49 | 0.19 |
| Hex | 1F | 47 | 18 | 38 | 0 | 42 | 48 | 6F | 31 | 13 |
| Octal | 37 | 107 | 30 | 70 | 0 | 102 | 110 | 157 | 61 | 23 |
| Binary | 11111 | 1000111 | 11000 | 111000 | 0 | 1000010 | 1001000 | 1101111 | 110001 | 10011 |
Color Harmonies of #1F4718
Complementary color
Monochromatic Colors of #1F4718
Black with #1F4718
Text Example
Text Example
White with #1F4718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4718; }
p { color: rgb(31,71,24); }
H1.HeaderClassName
{
color: #1F4718;
}
.AnyTagClassName
{
color: #1F4718;
}
</style>
background-color css
<style>
a { background-color: #1F4718; }
a { background-color: rgb(31,71,24); }
div.DivClassName
{
background-color: #1F4718;
}
.BgClassName
{
background-color: #1F4718;
}
</style>
border-color css
<style>
span { border-color: #1F4718; }
span { border-color: rgb(31,71,24); }
td.TdClassName
{
border-color: #1F4718;
}
.TagClassName
{
border-color: #1F4718;
}
</style>