Shades of Myrtle #1F660B
Tints of Myrtle #1F660B
RGB
CMYK
RGB Variations
Color information
#1F660B (or 0x1F660B) is known color: Myrtle. HEX triplet: 1F, 66 and 0B. RGB value is (31,102,11). Sum of RGB (Red+Green+Blue) = 31+102+11=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 102 (40.23% from 255 or 70.83% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 102 - color contains mainly: green. Hex color #1F660B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F660B is #E099F4. Grayscale: #464646. Windows color (decimal): -14719477 or 747039. OLE color: 747039.
HSL color Cylindrical-coordinate representation of color #1F660B: hue angle of 106.81º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F660B is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 11 | - |
| CMYK | 0.70 | 0 | 0.89 | 0.6 |
| HSL | 106.81º | 0.81% | 0.22% | - |
| HSV(B) | 106.81º | 0.89% | 0.4% | - |
| XYZ | 5.38 | 9.82 | 1.93 | - |
| YUV | 70.4 | 94.48 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 11 | 0.70 | 0 | 0.89 | 0.6 | 106.81 | 0.81 | 0.22 |
| Hex | 1F | 66 | B | 46 | 0 | 59 | 3C | 6B | 51 | 16 |
| Octal | 37 | 146 | 13 | 106 | 0 | 131 | 74 | 153 | 121 | 26 |
| Binary | 11111 | 1100110 | 1011 | 1000110 | 0 | 1011001 | 111100 | 1101011 | 1010001 | 10110 |
Color Harmonies of #1F660B
Complementary color
Monochromatic Colors of #1F660B
Black with #1F660B
Text Example
Text Example
White with #1F660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F660B; }
p { color: rgb(31,102,11); }
H1.HeaderClassName
{
color: #1F660B;
}
.AnyTagClassName
{
color: #1F660B;
}
</style>
background-color css
<style>
a { background-color: #1F660B; }
a { background-color: rgb(31,102,11); }
div.DivClassName
{
background-color: #1F660B;
}
.BgClassName
{
background-color: #1F660B;
}
</style>
border-color css
<style>
span { border-color: #1F660B; }
span { border-color: rgb(31,102,11); }
td.TdClassName
{
border-color: #1F660B;
}
.TagClassName
{
border-color: #1F660B;
}
</style>