Shades of Myrtle #1F4B0E
Tints of Myrtle #1F4B0E
RGB
CMYK
RGB Variations
Color information
#1F4B0E (or 0x1F4B0E) is known color: Myrtle. HEX triplet: 1F, 4B and 0E. RGB value is (31,75,14). Sum of RGB (Red+Green+Blue) = 31+75+14=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #1F4B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4B0E is #E0B4F1. Grayscale: #373737. Windows color (decimal): -14726386 or 936735. OLE color: 936735.
HSL color Cylindrical-coordinate representation of color #1F4B0E: hue angle of 103.28º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F4B0E is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 75 | 14 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.71 |
| HSL | 103.28º | 0.69% | 0.17% | - |
| HSV(B) | 103.28º | 0.81% | 0.29% | - |
| XYZ | 3.16 | 5.36 | 1.28 | - |
| YUV | 54.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 14 | 0.59 | 0 | 0.81 | 0.71 | 103.28 | 0.69 | 0.17 |
| Hex | 1F | 4B | E | 3B | 0 | 51 | 47 | 67 | 45 | 11 |
| Octal | 37 | 113 | 16 | 73 | 0 | 121 | 107 | 147 | 105 | 21 |
| Binary | 11111 | 1001011 | 1110 | 111011 | 0 | 1010001 | 1000111 | 1100111 | 1000101 | 10001 |
Color Harmonies of #1F4B0E
Complementary color
Monochromatic Colors of #1F4B0E
Black with #1F4B0E
Text Example
Text Example
White with #1F4B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4B0E; }
p { color: rgb(31,75,14); }
H1.HeaderClassName
{
color: #1F4B0E;
}
.AnyTagClassName
{
color: #1F4B0E;
}
</style>
background-color css
<style>
a { background-color: #1F4B0E; }
a { background-color: rgb(31,75,14); }
div.DivClassName
{
background-color: #1F4B0E;
}
.BgClassName
{
background-color: #1F4B0E;
}
</style>
border-color css
<style>
span { border-color: #1F4B0E; }
span { border-color: rgb(31,75,14); }
td.TdClassName
{
border-color: #1F4B0E;
}
.TagClassName
{
border-color: #1F4B0E;
}
</style>