Shades of Myrtle #1F4708
Tints of Myrtle #1F4708
RGB
CMYK
RGB Variations
Color information
#1F4708 (or 0x1F4708) is known color: Myrtle. HEX triplet: 1F, 47 and 08. RGB value is (31,71,8). Sum of RGB (Red+Green+Blue) = 31+71+8=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4708 is #E0B8F7. Grayscale: #343434. Windows color (decimal): -14727416 or 542495. OLE color: 542495.
HSL color Cylindrical-coordinate representation of color #1F4708: hue angle of 98.1º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F4708 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 8 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.72 |
| HSL | 98.1º | 0.8% | 0.15% | - |
| HSV(B) | 98.1º | 0.89% | 0.28% | - |
| XYZ | 2.86 | 4.82 | 1.01 | - |
| YUV | 51.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 8 | 0.56 | 0 | 0.89 | 0.72 | 98.1 | 0.8 | 0.15 |
| Hex | 1F | 47 | 8 | 38 | 0 | 59 | 48 | 62 | 50 | F |
| Octal | 37 | 107 | 10 | 70 | 0 | 131 | 110 | 142 | 120 | 17 |
| Binary | 11111 | 1000111 | 1000 | 111000 | 0 | 1011001 | 1001000 | 1100010 | 1010000 | 1111 |
Color Harmonies of #1F4708
Complementary color
Monochromatic Colors of #1F4708
Black with #1F4708
Text Example
Text Example
White with #1F4708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4708; }
p { color: rgb(31,71,8); }
H1.HeaderClassName
{
color: #1F4708;
}
.AnyTagClassName
{
color: #1F4708;
}
</style>
background-color css
<style>
a { background-color: #1F4708; }
a { background-color: rgb(31,71,8); }
div.DivClassName
{
background-color: #1F4708;
}
.BgClassName
{
background-color: #1F4708;
}
</style>
border-color css
<style>
span { border-color: #1F4708; }
span { border-color: rgb(31,71,8); }
td.TdClassName
{
border-color: #1F4708;
}
.TagClassName
{
border-color: #1F4708;
}
</style>