Shades of Myrtle #1F500B
Tints of Myrtle #1F500B
RGB
CMYK
RGB Variations
Color information
#1F500B (or 0x1F500B) is known color: Myrtle. HEX triplet: 1F, 50 and 0B. RGB value is (31,80,11). Sum of RGB (Red+Green+Blue) = 31+80+11=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #1F500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F500B is #E0AFF4. Grayscale: #393939. Windows color (decimal): -14725109 or 741407. OLE color: 741407.
HSL color Cylindrical-coordinate representation of color #1F500B: hue angle of 102.61º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F500B is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 11 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.69 |
| HSL | 102.61º | 0.76% | 0.18% | - |
| HSV(B) | 102.61º | 0.86% | 0.31% | - |
| XYZ | 3.49 | 6.05 | 1.3 | - |
| YUV | 57.48 | 101.77 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 11 | 0.61 | 0 | 0.86 | 0.69 | 102.61 | 0.76 | 0.18 |
| Hex | 1F | 50 | B | 3D | 0 | 56 | 45 | 67 | 4C | 12 |
| Octal | 37 | 120 | 13 | 75 | 0 | 126 | 105 | 147 | 114 | 22 |
| Binary | 11111 | 1010000 | 1011 | 111101 | 0 | 1010110 | 1000101 | 1100111 | 1001100 | 10010 |
Color Harmonies of #1F500B
Complementary color
Monochromatic Colors of #1F500B
Black with #1F500B
Text Example
Text Example
White with #1F500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F500B; }
p { color: rgb(31,80,11); }
H1.HeaderClassName
{
color: #1F500B;
}
.AnyTagClassName
{
color: #1F500B;
}
</style>
background-color css
<style>
a { background-color: #1F500B; }
a { background-color: rgb(31,80,11); }
div.DivClassName
{
background-color: #1F500B;
}
.BgClassName
{
background-color: #1F500B;
}
</style>
border-color css
<style>
span { border-color: #1F500B; }
span { border-color: rgb(31,80,11); }
td.TdClassName
{
border-color: #1F500B;
}
.TagClassName
{
border-color: #1F500B;
}
</style>