Shades of Myrtle #1F4D21
Tints of Myrtle #1F4D21
RGB
CMYK
RGB Variations
Color information
#1F4D21 (or 0x1F4D21) is known color: Myrtle. HEX triplet: 1F, 4D and 21. RGB value is (31,77,33). Sum of RGB (Red+Green+Blue) = 31+77+33=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4D21 is #E0B2DE. Grayscale: #3A3A3A. Windows color (decimal): -14725855 or 2182431. OLE color: 2182431.
HSL color Cylindrical-coordinate representation of color #1F4D21: hue angle of 122.61º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F4D21 is Cyan = 0.60, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 77 | 33 | - |
| CMYK | 0.60 | 0 | 0.57 | 0.70 |
| HSL | 122.61º | 0.43% | 0.21% | - |
| HSV(B) | 122.61º | 0.6% | 0.3% | - |
| XYZ | 3.49 | 5.71 | 2.36 | - |
| YUV | 58.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 33 | 0.60 | 0 | 0.57 | 0.70 | 122.61 | 0.43 | 0.21 |
| Hex | 1F | 4D | 21 | 3C | 0 | 39 | 46 | 7B | 2B | 15 |
| Octal | 37 | 115 | 41 | 74 | 0 | 71 | 106 | 173 | 53 | 25 |
| Binary | 11111 | 1001101 | 100001 | 111100 | 0 | 111001 | 1000110 | 1111011 | 101011 | 10101 |
Color Harmonies of #1F4D21
Complementary color
Monochromatic Colors of #1F4D21
Black with #1F4D21
Text Example
Text Example
White with #1F4D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D21; }
p { color: rgb(31,77,33); }
H1.HeaderClassName
{
color: #1F4D21;
}
.AnyTagClassName
{
color: #1F4D21;
}
</style>
background-color css
<style>
a { background-color: #1F4D21; }
a { background-color: rgb(31,77,33); }
div.DivClassName
{
background-color: #1F4D21;
}
.BgClassName
{
background-color: #1F4D21;
}
</style>
border-color css
<style>
span { border-color: #1F4D21; }
span { border-color: rgb(31,77,33); }
td.TdClassName
{
border-color: #1F4D21;
}
.TagClassName
{
border-color: #1F4D21;
}
</style>