Shades of Myrtle #1F5B06
Tints of Myrtle #1F5B06
RGB
CMYK
RGB Variations
Color information
#1F5B06 (or 0x1F5B06) is known color: Myrtle. HEX triplet: 1F, 5B and 06. RGB value is (31,91,6). Sum of RGB (Red+Green+Blue) = 31+91+6=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #1F5B06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F5B06 is #E0A4F9. Grayscale: #3F3F3F. Windows color (decimal): -14722298 or 416543. OLE color: 416543.
HSL color Cylindrical-coordinate representation of color #1F5B06: hue angle of 102.35º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1F5B06 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 91 | 6 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.64 |
| HSL | 102.35º | 0.88% | 0.19% | - |
| HSV(B) | 102.35º | 0.93% | 0.36% | - |
| XYZ | 4.34 | 7.79 | 1.45 | - |
| YUV | 63.37 | 95.62 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 91 | 6 | 0.66 | 0 | 0.93 | 0.64 | 102.35 | 0.88 | 0.19 |
| Hex | 1F | 5B | 6 | 42 | 0 | 5D | 40 | 66 | 58 | 13 |
| Octal | 37 | 133 | 6 | 102 | 0 | 135 | 100 | 146 | 130 | 23 |
| Binary | 11111 | 1011011 | 110 | 1000010 | 0 | 1011101 | 1000000 | 1100110 | 1011000 | 10011 |
Color Harmonies of #1F5B06
Complementary color
Monochromatic Colors of #1F5B06
Black with #1F5B06
Text Example
Text Example
White with #1F5B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5B06; }
p { color: rgb(31,91,6); }
H1.HeaderClassName
{
color: #1F5B06;
}
.AnyTagClassName
{
color: #1F5B06;
}
</style>
background-color css
<style>
a { background-color: #1F5B06; }
a { background-color: rgb(31,91,6); }
div.DivClassName
{
background-color: #1F5B06;
}
.BgClassName
{
background-color: #1F5B06;
}
</style>
border-color css
<style>
span { border-color: #1F5B06; }
span { border-color: rgb(31,91,6); }
td.TdClassName
{
border-color: #1F5B06;
}
.TagClassName
{
border-color: #1F5B06;
}
</style>