Shades of Myrtle #1F5610
Tints of Myrtle #1F5610
RGB
CMYK
RGB Variations
Color information
#1F5610 (or 0x1F5610) is known color: Myrtle. HEX triplet: 1F, 56 and 10. RGB value is (31,86,16). Sum of RGB (Red+Green+Blue) = 31+86+16=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 86 (33.98% from 255 or 64.66% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 86 - color contains mainly: green. Hex color #1F5610 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5610 is #E0A9EF. Grayscale: #3D3D3D. Windows color (decimal): -14723568 or 1070623. OLE color: 1070623.
HSL color Cylindrical-coordinate representation of color #1F5610: hue angle of 107.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F5610 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 86 | 16 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.66 |
| HSL | 107.14º | 0.69% | 0.2% | - |
| HSV(B) | 107.14º | 0.81% | 0.34% | - |
| XYZ | 3.99 | 6.98 | 1.63 | - |
| YUV | 61.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 16 | 0.64 | 0 | 0.81 | 0.66 | 107.14 | 0.69 | 0.2 |
| Hex | 1F | 56 | 10 | 40 | 0 | 51 | 42 | 6B | 45 | 14 |
| Octal | 37 | 126 | 20 | 100 | 0 | 121 | 102 | 153 | 105 | 24 |
| Binary | 11111 | 1010110 | 10000 | 1000000 | 0 | 1010001 | 1000010 | 1101011 | 1000101 | 10100 |
Color Harmonies of #1F5610
Complementary color
Monochromatic Colors of #1F5610
Black with #1F5610
Text Example
Text Example
White with #1F5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5610; }
p { color: rgb(31,86,16); }
H1.HeaderClassName
{
color: #1F5610;
}
.AnyTagClassName
{
color: #1F5610;
}
</style>
background-color css
<style>
a { background-color: #1F5610; }
a { background-color: rgb(31,86,16); }
div.DivClassName
{
background-color: #1F5610;
}
.BgClassName
{
background-color: #1F5610;
}
</style>
border-color css
<style>
span { border-color: #1F5610; }
span { border-color: rgb(31,86,16); }
td.TdClassName
{
border-color: #1F5610;
}
.TagClassName
{
border-color: #1F5610;
}
</style>