Shades of Myrtle #1F3715
Tints of Myrtle #1F3715
RGB
CMYK
RGB Variations
Color information
#1F3715 (or 0x1F3715) is known color: Myrtle. HEX triplet: 1F, 37 and 15. RGB value is (31,55,21). Sum of RGB (Red+Green+Blue) = 31+55+21=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3715 is #E0C8EA. Grayscale: #2C2C2C. Windows color (decimal): -14731499 or 1390367. OLE color: 1390367.
HSL color Cylindrical-coordinate representation of color #1F3715: hue angle of 102.35º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3715 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 21 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.78 |
| HSL | 102.35º | 0.45% | 0.15% | - |
| HSV(B) | 102.35º | 0.62% | 0.22% | - |
| XYZ | 2.07 | 3.08 | 1.19 | - |
| YUV | 43.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 21 | 0.44 | 0 | 0.62 | 0.78 | 102.35 | 0.45 | 0.15 |
| Hex | 1F | 37 | 15 | 2C | 0 | 3E | 4E | 66 | 2D | F |
| Octal | 37 | 67 | 25 | 54 | 0 | 76 | 116 | 146 | 55 | 17 |
| Binary | 11111 | 110111 | 10101 | 101100 | 0 | 111110 | 1001110 | 1100110 | 101101 | 1111 |
Color Harmonies of #1F3715
Complementary color
Monochromatic Colors of #1F3715
Black with #1F3715
Text Example
Text Example
White with #1F3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3715; }
p { color: rgb(31,55,21); }
H1.HeaderClassName
{
color: #1F3715;
}
.AnyTagClassName
{
color: #1F3715;
}
</style>
background-color css
<style>
a { background-color: #1F3715; }
a { background-color: rgb(31,55,21); }
div.DivClassName
{
background-color: #1F3715;
}
.BgClassName
{
background-color: #1F3715;
}
</style>
border-color css
<style>
span { border-color: #1F3715; }
span { border-color: rgb(31,55,21); }
td.TdClassName
{
border-color: #1F3715;
}
.TagClassName
{
border-color: #1F3715;
}
</style>