Shades of Myrtle #1F5009
Tints of Myrtle #1F5009
RGB
CMYK
RGB Variations
Color information
#1F5009 (or 0x1F5009) is known color: Myrtle. HEX triplet: 1F, 50 and 09. RGB value is (31,80,9). Sum of RGB (Red+Green+Blue) = 31+80+9=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5009 is #E0AFF6. Grayscale: #393939. Windows color (decimal): -14725111 or 610335. OLE color: 610335.
HSL color Cylindrical-coordinate representation of color #1F5009: hue angle of 101.41º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F5009 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 9 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.69 |
| HSL | 101.41º | 0.8% | 0.17% | - |
| HSV(B) | 101.41º | 0.89% | 0.31% | - |
| XYZ | 3.48 | 6.05 | 1.24 | - |
| YUV | 57.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 9 | 0.61 | 0 | 0.89 | 0.69 | 101.41 | 0.8 | 0.17 |
| Hex | 1F | 50 | 9 | 3D | 0 | 59 | 45 | 65 | 50 | 11 |
| Octal | 37 | 120 | 11 | 75 | 0 | 131 | 105 | 145 | 120 | 21 |
| Binary | 11111 | 1010000 | 1001 | 111101 | 0 | 1011001 | 1000101 | 1100101 | 1010000 | 10001 |
Color Harmonies of #1F5009
Complementary color
Monochromatic Colors of #1F5009
Black with #1F5009
Text Example
Text Example
White with #1F5009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5009; }
p { color: rgb(31,80,9); }
H1.HeaderClassName
{
color: #1F5009;
}
.AnyTagClassName
{
color: #1F5009;
}
</style>
background-color css
<style>
a { background-color: #1F5009; }
a { background-color: rgb(31,80,9); }
div.DivClassName
{
background-color: #1F5009;
}
.BgClassName
{
background-color: #1F5009;
}
</style>
border-color css
<style>
span { border-color: #1F5009; }
span { border-color: rgb(31,80,9); }
td.TdClassName
{
border-color: #1F5009;
}
.TagClassName
{
border-color: #1F5009;
}
</style>