Shades of Myrtle #1F4D15
Tints of Myrtle #1F4D15
RGB
CMYK
RGB Variations
Color information
#1F4D15 (or 0x1F4D15) is known color: Myrtle. HEX triplet: 1F, 4D and 15. RGB value is (31,77,21). Sum of RGB (Red+Green+Blue) = 31+77+21=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 77 (30.47% from 255 or 59.69% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F4D15 is #E0B2EA. Grayscale: #393939. Windows color (decimal): -14725867 or 1395999. OLE color: 1395999.
HSL color Cylindrical-coordinate representation of color #1F4D15: hue angle of 109.29º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F4D15 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 77 | 21 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.70 |
| HSL | 109.29º | 0.57% | 0.19% | - |
| HSV(B) | 109.29º | 0.73% | 0.3% | - |
| XYZ | 3.35 | 5.65 | 1.62 | - |
| YUV | 56.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 21 | 0.60 | 0 | 0.73 | 0.70 | 109.29 | 0.57 | 0.19 |
| Hex | 1F | 4D | 15 | 3C | 0 | 49 | 46 | 6D | 39 | 13 |
| Octal | 37 | 115 | 25 | 74 | 0 | 111 | 106 | 155 | 71 | 23 |
| Binary | 11111 | 1001101 | 10101 | 111100 | 0 | 1001001 | 1000110 | 1101101 | 111001 | 10011 |
Color Harmonies of #1F4D15
Complementary color
Monochromatic Colors of #1F4D15
Black with #1F4D15
Text Example
Text Example
White with #1F4D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D15; }
p { color: rgb(31,77,21); }
H1.HeaderClassName
{
color: #1F4D15;
}
.AnyTagClassName
{
color: #1F4D15;
}
</style>
background-color css
<style>
a { background-color: #1F4D15; }
a { background-color: rgb(31,77,21); }
div.DivClassName
{
background-color: #1F4D15;
}
.BgClassName
{
background-color: #1F4D15;
}
</style>
border-color css
<style>
span { border-color: #1F4D15; }
span { border-color: rgb(31,77,21); }
td.TdClassName
{
border-color: #1F4D15;
}
.TagClassName
{
border-color: #1F4D15;
}
</style>