Shades of Myrtle #1F5B13
Tints of Myrtle #1F5B13
RGB
CMYK
RGB Variations
Color information
#1F5B13 (or 0x1F5B13) is known color: Myrtle. HEX triplet: 1F, 5B and 13. RGB value is (31,91,19). Sum of RGB (Red+Green+Blue) = 31+91+19=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 91 (35.94% from 255 or 64.54% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5B13 is #E0A4EC. Grayscale: #414141. Windows color (decimal): -14722285 or 1268511. OLE color: 1268511.
HSL color Cylindrical-coordinate representation of color #1F5B13: hue angle of 110º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5B13 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 19 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.64 |
| HSL | 110º | 0.65% | 0.22% | - |
| HSV(B) | 110º | 0.79% | 0.36% | - |
| XYZ | 4.42 | 7.82 | 1.89 | - |
| YUV | 64.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 19 | 0.66 | 0 | 0.79 | 0.64 | 110 | 0.65 | 0.22 |
| Hex | 1F | 5B | 13 | 42 | 0 | 4F | 40 | 6E | 41 | 16 |
| Octal | 37 | 133 | 23 | 102 | 0 | 117 | 100 | 156 | 101 | 26 |
| Binary | 11111 | 1011011 | 10011 | 1000010 | 0 | 1001111 | 1000000 | 1101110 | 1000001 | 10110 |
Color Harmonies of #1F5B13
Complementary color
Monochromatic Colors of #1F5B13
Black with #1F5B13
Text Example
Text Example
White with #1F5B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B13; }
p { color: rgb(31,91,19); }
H1.HeaderClassName
{
color: #1F5B13;
}
.AnyTagClassName
{
color: #1F5B13;
}
</style>
background-color css
<style>
a { background-color: #1F5B13; }
a { background-color: rgb(31,91,19); }
div.DivClassName
{
background-color: #1F5B13;
}
.BgClassName
{
background-color: #1F5B13;
}
</style>
border-color css
<style>
span { border-color: #1F5B13; }
span { border-color: rgb(31,91,19); }
td.TdClassName
{
border-color: #1F5B13;
}
.TagClassName
{
border-color: #1F5B13;
}
</style>