Shades of Myrtle #1F561B
Tints of Myrtle #1F561B
RGB
CMYK
RGB Variations
Color information
#1F561B (or 0x1F561B) is known color: Myrtle. HEX triplet: 1F, 56 and 1B. RGB value is (31,86,27). Sum of RGB (Red+Green+Blue) = 31+86+27=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #1F561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F561B is #E0A9E4. Grayscale: #3F3F3F. Windows color (decimal): -14723557 or 1791519. OLE color: 1791519.
HSL color Cylindrical-coordinate representation of color #1F561B: hue angle of 115.93º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F561B is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 31 | 86 | 27 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.66 |
| HSL | 115.93º | 0.52% | 0.22% | - |
| HSV(B) | 115.93º | 0.69% | 0.34% | - |
| XYZ | 4.09 | 7.03 | 2.18 | - |
| YUV | 62.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 86 | 27 | 0.64 | 0 | 0.69 | 0.66 | 115.93 | 0.52 | 0.22 |
| Hex | 1F | 56 | 1B | 40 | 0 | 45 | 42 | 74 | 34 | 16 |
| Octal | 37 | 126 | 33 | 100 | 0 | 105 | 102 | 164 | 64 | 26 |
| Binary | 11111 | 1010110 | 11011 | 1000000 | 0 | 1000101 | 1000010 | 1110100 | 110100 | 10110 |
Color Harmonies of #1F561B
Complementary color
Monochromatic Colors of #1F561B
Black with #1F561B
Text Example
Text Example
White with #1F561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F561B; }
p { color: rgb(31,86,27); }
H1.HeaderClassName
{
color: #1F561B;
}
.AnyTagClassName
{
color: #1F561B;
}
</style>
background-color css
<style>
a { background-color: #1F561B; }
a { background-color: rgb(31,86,27); }
div.DivClassName
{
background-color: #1F561B;
}
.BgClassName
{
background-color: #1F561B;
}
</style>
border-color css
<style>
span { border-color: #1F561B; }
span { border-color: rgb(31,86,27); }
td.TdClassName
{
border-color: #1F561B;
}
.TagClassName
{
border-color: #1F561B;
}
</style>