Shades of Myrtle #1F660F
Tints of Myrtle #1F660F
RGB
CMYK
RGB Variations
Color information
#1F660F (or 0x1F660F) is known color: Myrtle. HEX triplet: 1F, 66 and 0F. RGB value is (31,102,15). Sum of RGB (Red+Green+Blue) = 31+102+15=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 102 (40.23% from 255 or 68.92% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 102 - color contains mainly: green. Hex color #1F660F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F660F is #E099F0. Grayscale: #474747. Windows color (decimal): -14719473 or 1009183. OLE color: 1009183.
HSL color Cylindrical-coordinate representation of color #1F660F: hue angle of 108.97º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F660F is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 15 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.6 |
| HSL | 108.97º | 0.74% | 0.23% | - |
| HSV(B) | 108.97º | 0.85% | 0.4% | - |
| XYZ | 5.4 | 9.83 | 2.06 | - |
| YUV | 70.85 | 96.48 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 15 | 0.70 | 0 | 0.85 | 0.6 | 108.97 | 0.74 | 0.23 |
| Hex | 1F | 66 | F | 46 | 0 | 55 | 3C | 6D | 4A | 17 |
| Octal | 37 | 146 | 17 | 106 | 0 | 125 | 74 | 155 | 112 | 27 |
| Binary | 11111 | 1100110 | 1111 | 1000110 | 0 | 1010101 | 111100 | 1101101 | 1001010 | 10111 |
Color Harmonies of #1F660F
Complementary color
Monochromatic Colors of #1F660F
Black with #1F660F
Text Example
Text Example
White with #1F660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F660F; }
p { color: rgb(31,102,15); }
H1.HeaderClassName
{
color: #1F660F;
}
.AnyTagClassName
{
color: #1F660F;
}
</style>
background-color css
<style>
a { background-color: #1F660F; }
a { background-color: rgb(31,102,15); }
div.DivClassName
{
background-color: #1F660F;
}
.BgClassName
{
background-color: #1F660F;
}
</style>
border-color css
<style>
span { border-color: #1F660F; }
span { border-color: rgb(31,102,15); }
td.TdClassName
{
border-color: #1F660F;
}
.TagClassName
{
border-color: #1F660F;
}
</style>