Shades of Myrtle #1F660C
Tints of Myrtle #1F660C
RGB
CMYK
RGB Variations
Color information
#1F660C (or 0x1F660C) is known color: Myrtle. HEX triplet: 1F, 66 and 0C. RGB value is (31,102,12). Sum of RGB (Red+Green+Blue) = 31+102+12=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #1F660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F660C is #E099F3. Grayscale: #464646. Windows color (decimal): -14719476 or 812575. OLE color: 812575.
HSL color Cylindrical-coordinate representation of color #1F660C: hue angle of 107.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F660C is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 102 | 12 | - |
| CMYK | 0.70 | 0 | 0.88 | 0.6 |
| HSL | 107.33º | 0.79% | 0.22% | - |
| HSV(B) | 107.33º | 0.88% | 0.4% | - |
| XYZ | 5.38 | 9.82 | 1.96 | - |
| YUV | 70.51 | 94.98 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 12 | 0.70 | 0 | 0.88 | 0.6 | 107.33 | 0.79 | 0.22 |
| Hex | 1F | 66 | C | 46 | 0 | 58 | 3C | 6B | 4F | 16 |
| Octal | 37 | 146 | 14 | 106 | 0 | 130 | 74 | 153 | 117 | 26 |
| Binary | 11111 | 1100110 | 1100 | 1000110 | 0 | 1011000 | 111100 | 1101011 | 1001111 | 10110 |
Color Harmonies of #1F660C
Complementary color
Monochromatic Colors of #1F660C
Black with #1F660C
Text Example
Text Example
White with #1F660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F660C; }
p { color: rgb(31,102,12); }
H1.HeaderClassName
{
color: #1F660C;
}
.AnyTagClassName
{
color: #1F660C;
}
</style>
background-color css
<style>
a { background-color: #1F660C; }
a { background-color: rgb(31,102,12); }
div.DivClassName
{
background-color: #1F660C;
}
.BgClassName
{
background-color: #1F660C;
}
</style>
border-color css
<style>
span { border-color: #1F660C; }
span { border-color: rgb(31,102,12); }
td.TdClassName
{
border-color: #1F660C;
}
.TagClassName
{
border-color: #1F660C;
}
</style>