Shades of Myrtle #1F4E20
Tints of Myrtle #1F4E20
RGB
CMYK
RGB Variations
Color information
#1F4E20 (or 0x1F4E20) is known color: Myrtle. HEX triplet: 1F, 4E and 20. RGB value is (31,78,32). Sum of RGB (Red+Green+Blue) = 31+78+32=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #1F4E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4E20 is #E0B1DF. Grayscale: #3A3A3A. Windows color (decimal): -14725600 or 2117151. OLE color: 2117151.
HSL color Cylindrical-coordinate representation of color #1F4E20: hue angle of 121.28º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F4E20 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 78 | 32 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.69 |
| HSL | 121.28º | 0.43% | 0.21% | - |
| HSV(B) | 121.28º | 0.6% | 0.31% | - |
| XYZ | 3.55 | 5.84 | 2.31 | - |
| YUV | 58.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 32 | 0.60 | 0 | 0.59 | 0.69 | 121.28 | 0.43 | 0.21 |
| Hex | 1F | 4E | 20 | 3C | 0 | 3B | 45 | 79 | 2B | 15 |
| Octal | 37 | 116 | 40 | 74 | 0 | 73 | 105 | 171 | 53 | 25 |
| Binary | 11111 | 1001110 | 100000 | 111100 | 0 | 111011 | 1000101 | 1111001 | 101011 | 10101 |
Color Harmonies of #1F4E20
Complementary color
Monochromatic Colors of #1F4E20
Black with #1F4E20
Text Example
Text Example
White with #1F4E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4E20; }
p { color: rgb(31,78,32); }
H1.HeaderClassName
{
color: #1F4E20;
}
.AnyTagClassName
{
color: #1F4E20;
}
</style>
background-color css
<style>
a { background-color: #1F4E20; }
a { background-color: rgb(31,78,32); }
div.DivClassName
{
background-color: #1F4E20;
}
.BgClassName
{
background-color: #1F4E20;
}
</style>
border-color css
<style>
span { border-color: #1F4E20; }
span { border-color: rgb(31,78,32); }
td.TdClassName
{
border-color: #1F4E20;
}
.TagClassName
{
border-color: #1F4E20;
}
</style>