Shades of Myrtle #1F4D0C
Tints of Myrtle #1F4D0C
RGB
CMYK
RGB Variations
Color information
#1F4D0C (or 0x1F4D0C) is known color: Myrtle. HEX triplet: 1F, 4D and 0C. RGB value is (31,77,12). Sum of RGB (Red+Green+Blue) = 31+77+12=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 77 (30.47% from 255 or 64.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F4D0C is #E0B2F3. Grayscale: #383838. Windows color (decimal): -14725876 or 806175. OLE color: 806175.
HSL color Cylindrical-coordinate representation of color #1F4D0C: hue angle of 102.46º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4D0C is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 77 | 12 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.70 |
| HSL | 102.46º | 0.73% | 0.17% | - |
| HSV(B) | 102.46º | 0.84% | 0.3% | - |
| XYZ | 3.29 | 5.63 | 1.26 | - |
| YUV | 55.84 | 103.26 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 12 | 0.60 | 0 | 0.84 | 0.70 | 102.46 | 0.73 | 0.17 |
| Hex | 1F | 4D | C | 3C | 0 | 54 | 46 | 66 | 49 | 11 |
| Octal | 37 | 115 | 14 | 74 | 0 | 124 | 106 | 146 | 111 | 21 |
| Binary | 11111 | 1001101 | 1100 | 111100 | 0 | 1010100 | 1000110 | 1100110 | 1001001 | 10001 |
Color Harmonies of #1F4D0C
Complementary color
Monochromatic Colors of #1F4D0C
Black with #1F4D0C
Text Example
Text Example
White with #1F4D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D0C; }
p { color: rgb(31,77,12); }
H1.HeaderClassName
{
color: #1F4D0C;
}
.AnyTagClassName
{
color: #1F4D0C;
}
</style>
background-color css
<style>
a { background-color: #1F4D0C; }
a { background-color: rgb(31,77,12); }
div.DivClassName
{
background-color: #1F4D0C;
}
.BgClassName
{
background-color: #1F4D0C;
}
</style>
border-color css
<style>
span { border-color: #1F4D0C; }
span { border-color: rgb(31,77,12); }
td.TdClassName
{
border-color: #1F4D0C;
}
.TagClassName
{
border-color: #1F4D0C;
}
</style>