Shades of Myrtle #1F531E
Tints of Myrtle #1F531E
RGB
CMYK
RGB Variations
Color information
#1F531E (or 0x1F531E) is known color: Myrtle. HEX triplet: 1F, 53 and 1E. RGB value is (31,83,30). Sum of RGB (Red+Green+Blue) = 31+83+30=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 83 (32.81% from 255 or 57.64% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 83 - color contains mainly: green. Hex color #1F531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F531E is #E0ACE1. Grayscale: #3D3D3D. Windows color (decimal): -14724322 or 1987359. OLE color: 1987359.
HSL color Cylindrical-coordinate representation of color #1F531E: hue angle of 118.87º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F531E is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 30 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.67 |
| HSL | 118.87º | 0.47% | 0.22% | - |
| HSV(B) | 118.87º | 0.64% | 0.33% | - |
| XYZ | 3.89 | 6.57 | 2.29 | - |
| YUV | 61.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 30 | 0.63 | 0 | 0.64 | 0.67 | 118.87 | 0.47 | 0.22 |
| Hex | 1F | 53 | 1E | 3F | 0 | 40 | 43 | 77 | 2F | 16 |
| Octal | 37 | 123 | 36 | 77 | 0 | 100 | 103 | 167 | 57 | 26 |
| Binary | 11111 | 1010011 | 11110 | 111111 | 0 | 1000000 | 1000011 | 1110111 | 101111 | 10110 |
Color Harmonies of #1F531E
Complementary color
Monochromatic Colors of #1F531E
Black with #1F531E
Text Example
Text Example
White with #1F531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F531E; }
p { color: rgb(31,83,30); }
H1.HeaderClassName
{
color: #1F531E;
}
.AnyTagClassName
{
color: #1F531E;
}
</style>
background-color css
<style>
a { background-color: #1F531E; }
a { background-color: rgb(31,83,30); }
div.DivClassName
{
background-color: #1F531E;
}
.BgClassName
{
background-color: #1F531E;
}
</style>
border-color css
<style>
span { border-color: #1F531E; }
span { border-color: rgb(31,83,30); }
td.TdClassName
{
border-color: #1F531E;
}
.TagClassName
{
border-color: #1F531E;
}
</style>