Shades of Myrtle #1F6515
Tints of Myrtle #1F6515
RGB
CMYK
RGB Variations
Color information
#1F6515 (or 0x1F6515) is known color: Myrtle. HEX triplet: 1F, 65 and 15. RGB value is (31,101,21). Sum of RGB (Red+Green+Blue) = 31+101+21=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #1F6515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F6515 is #E09AEA. Grayscale: #474747. Windows color (decimal): -14719723 or 1402143. OLE color: 1402143.
HSL color Cylindrical-coordinate representation of color #1F6515: hue angle of 112.5º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6515 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 101 | 21 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.60 |
| HSL | 112.5º | 0.66% | 0.24% | - |
| HSV(B) | 112.5º | 0.79% | 0.4% | - |
| XYZ | 5.35 | 9.65 | 2.29 | - |
| YUV | 70.95 | 99.81 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 21 | 0.69 | 0 | 0.79 | 0.60 | 112.5 | 0.66 | 0.24 |
| Hex | 1F | 65 | 15 | 45 | 0 | 4F | 3C | 70 | 42 | 18 |
| Octal | 37 | 145 | 25 | 105 | 0 | 117 | 74 | 160 | 102 | 30 |
| Binary | 11111 | 1100101 | 10101 | 1000101 | 0 | 1001111 | 111100 | 1110000 | 1000010 | 11000 |
Color Harmonies of #1F6515
Complementary color
Monochromatic Colors of #1F6515
Black with #1F6515
Text Example
Text Example
White with #1F6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6515; }
p { color: rgb(31,101,21); }
H1.HeaderClassName
{
color: #1F6515;
}
.AnyTagClassName
{
color: #1F6515;
}
</style>
background-color css
<style>
a { background-color: #1F6515; }
a { background-color: rgb(31,101,21); }
div.DivClassName
{
background-color: #1F6515;
}
.BgClassName
{
background-color: #1F6515;
}
</style>
border-color css
<style>
span { border-color: #1F6515; }
span { border-color: rgb(31,101,21); }
td.TdClassName
{
border-color: #1F6515;
}
.TagClassName
{
border-color: #1F6515;
}
</style>