Shades of Myrtle #1F5013
Tints of Myrtle #1F5013
RGB
CMYK
RGB Variations
Color information
#1F5013 (or 0x1F5013) is known color: Myrtle. HEX triplet: 1F, 50 and 13. RGB value is (31,80,19). Sum of RGB (Red+Green+Blue) = 31+80+19=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5013 is #E0AFEC. Grayscale: #3A3A3A. Windows color (decimal): -14725101 or 1265695. OLE color: 1265695.
HSL color Cylindrical-coordinate representation of color #1F5013: hue angle of 108.2º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F5013 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 19 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.69 |
| HSL | 108.2º | 0.62% | 0.19% | - |
| HSV(B) | 108.2º | 0.76% | 0.31% | - |
| XYZ | 3.55 | 6.08 | 1.6 | - |
| YUV | 58.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 19 | 0.61 | 0 | 0.76 | 0.69 | 108.2 | 0.62 | 0.19 |
| Hex | 1F | 50 | 13 | 3D | 0 | 4C | 45 | 6C | 3E | 13 |
| Octal | 37 | 120 | 23 | 75 | 0 | 114 | 105 | 154 | 76 | 23 |
| Binary | 11111 | 1010000 | 10011 | 111101 | 0 | 1001100 | 1000101 | 1101100 | 111110 | 10011 |
Color Harmonies of #1F5013
Complementary color
Monochromatic Colors of #1F5013
Black with #1F5013
Text Example
Text Example
White with #1F5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5013; }
p { color: rgb(31,80,19); }
H1.HeaderClassName
{
color: #1F5013;
}
.AnyTagClassName
{
color: #1F5013;
}
</style>
background-color css
<style>
a { background-color: #1F5013; }
a { background-color: rgb(31,80,19); }
div.DivClassName
{
background-color: #1F5013;
}
.BgClassName
{
background-color: #1F5013;
}
</style>
border-color css
<style>
span { border-color: #1F5013; }
span { border-color: rgb(31,80,19); }
td.TdClassName
{
border-color: #1F5013;
}
.TagClassName
{
border-color: #1F5013;
}
</style>