Shades of Myrtle #1F561A
Tints of Myrtle #1F561A
RGB
CMYK
RGB Variations
Color information
#1F561A (or 0x1F561A) is known color: Myrtle. HEX triplet: 1F, 56 and 1A. RGB value is (31,86,26). Sum of RGB (Red+Green+Blue) = 31+86+26=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #1F561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F561A is #E0A9E5. Grayscale: #3E3E3E. Windows color (decimal): -14723558 or 1725983. OLE color: 1725983.
HSL color Cylindrical-coordinate representation of color #1F561A: hue angle of 115º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F561A is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 86 | 26 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.66 |
| HSL | 115º | 0.54% | 0.22% | - |
| HSV(B) | 115º | 0.7% | 0.34% | - |
| XYZ | 4.08 | 7.02 | 2.12 | - |
| YUV | 62.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 26 | 0.64 | 0 | 0.70 | 0.66 | 115 | 0.54 | 0.22 |
| Hex | 1F | 56 | 1A | 40 | 0 | 46 | 42 | 73 | 36 | 16 |
| Octal | 37 | 126 | 32 | 100 | 0 | 106 | 102 | 163 | 66 | 26 |
| Binary | 11111 | 1010110 | 11010 | 1000000 | 0 | 1000110 | 1000010 | 1110011 | 110110 | 10110 |
Color Harmonies of #1F561A
Complementary color
Monochromatic Colors of #1F561A
Black with #1F561A
Text Example
Text Example
White with #1F561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F561A; }
p { color: rgb(31,86,26); }
H1.HeaderClassName
{
color: #1F561A;
}
.AnyTagClassName
{
color: #1F561A;
}
</style>
background-color css
<style>
a { background-color: #1F561A; }
a { background-color: rgb(31,86,26); }
div.DivClassName
{
background-color: #1F561A;
}
.BgClassName
{
background-color: #1F561A;
}
</style>
border-color css
<style>
span { border-color: #1F561A; }
span { border-color: rgb(31,86,26); }
td.TdClassName
{
border-color: #1F561A;
}
.TagClassName
{
border-color: #1F561A;
}
</style>