Shades of Myrtle #1F5019
Tints of Myrtle #1F5019
RGB
CMYK
RGB Variations
Color information
#1F5019 (or 0x1F5019) is known color: Myrtle. HEX triplet: 1F, 50 and 19. RGB value is (31,80,25). Sum of RGB (Red+Green+Blue) = 31+80+25=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #1F5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5019 is #E0AFE6. Grayscale: #3B3B3B. Windows color (decimal): -14725095 or 1658911. OLE color: 1658911.
HSL color Cylindrical-coordinate representation of color #1F5019: hue angle of 113.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F5019 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 25 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.69 |
| HSL | 113.45º | 0.52% | 0.21% | - |
| HSV(B) | 113.45º | 0.69% | 0.31% | - |
| XYZ | 3.61 | 6.1 | 1.91 | - |
| YUV | 59.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 25 | 0.61 | 0 | 0.69 | 0.69 | 113.45 | 0.52 | 0.21 |
| Hex | 1F | 50 | 19 | 3D | 0 | 45 | 45 | 71 | 34 | 15 |
| Octal | 37 | 120 | 31 | 75 | 0 | 105 | 105 | 161 | 64 | 25 |
| Binary | 11111 | 1010000 | 11001 | 111101 | 0 | 1000101 | 1000101 | 1110001 | 110100 | 10101 |
Color Harmonies of #1F5019
Complementary color
Monochromatic Colors of #1F5019
Black with #1F5019
Text Example
Text Example
White with #1F5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5019; }
p { color: rgb(31,80,25); }
H1.HeaderClassName
{
color: #1F5019;
}
.AnyTagClassName
{
color: #1F5019;
}
</style>
background-color css
<style>
a { background-color: #1F5019; }
a { background-color: rgb(31,80,25); }
div.DivClassName
{
background-color: #1F5019;
}
.BgClassName
{
background-color: #1F5019;
}
</style>
border-color css
<style>
span { border-color: #1F5019; }
span { border-color: rgb(31,80,25); }
td.TdClassName
{
border-color: #1F5019;
}
.TagClassName
{
border-color: #1F5019;
}
</style>