Shades of Myrtle #1F4F0C
Tints of Myrtle #1F4F0C
RGB
CMYK
RGB Variations
Color information
#1F4F0C (or 0x1F4F0C) is known color: Myrtle. HEX triplet: 1F, 4F and 0C. RGB value is (31,79,12). Sum of RGB (Red+Green+Blue) = 31+79+12=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 79 (31.25% from 255 or 64.75% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 79 - color contains mainly: green. Hex color #1F4F0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F4F0C is #E0B0F3. Grayscale: #393939. Windows color (decimal): -14725364 or 806687. OLE color: 806687.
HSL color Cylindrical-coordinate representation of color #1F4F0C: hue angle of 102.99º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F4F0C is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 79 | 12 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.69 |
| HSL | 102.99º | 0.74% | 0.18% | - |
| HSV(B) | 102.99º | 0.85% | 0.31% | - |
| XYZ | 3.43 | 5.91 | 1.31 | - |
| YUV | 57.01 | 102.6 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 12 | 0.61 | 0 | 0.85 | 0.69 | 102.99 | 0.74 | 0.18 |
| Hex | 1F | 4F | C | 3D | 0 | 55 | 45 | 67 | 4A | 12 |
| Octal | 37 | 117 | 14 | 75 | 0 | 125 | 105 | 147 | 112 | 22 |
| Binary | 11111 | 1001111 | 1100 | 111101 | 0 | 1010101 | 1000101 | 1100111 | 1001010 | 10010 |
Color Harmonies of #1F4F0C
Complementary color
Monochromatic Colors of #1F4F0C
Black with #1F4F0C
Text Example
Text Example
White with #1F4F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4F0C; }
p { color: rgb(31,79,12); }
H1.HeaderClassName
{
color: #1F4F0C;
}
.AnyTagClassName
{
color: #1F4F0C;
}
</style>
background-color css
<style>
a { background-color: #1F4F0C; }
a { background-color: rgb(31,79,12); }
div.DivClassName
{
background-color: #1F4F0C;
}
.BgClassName
{
background-color: #1F4F0C;
}
</style>
border-color css
<style>
span { border-color: #1F4F0C; }
span { border-color: rgb(31,79,12); }
td.TdClassName
{
border-color: #1F4F0C;
}
.TagClassName
{
border-color: #1F4F0C;
}
</style>