Shades of Myrtle #1F4D07
Tints of Myrtle #1F4D07
RGB
CMYK
RGB Variations
Color information
#1F4D07 (or 0x1F4D07) is known color: Myrtle. HEX triplet: 1F, 4D and 07. RGB value is (31,77,7). Sum of RGB (Red+Green+Blue) = 31+77+7=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F4D07 is #E0B2F8. Grayscale: #373737. Windows color (decimal): -14725881 or 478495. OLE color: 478495.
HSL color Cylindrical-coordinate representation of color #1F4D07: hue angle of 99.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F4D07 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 77 | 7 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.70 |
| HSL | 99.43º | 0.83% | 0.16% | - |
| HSV(B) | 99.43º | 0.91% | 0.3% | - |
| XYZ | 3.26 | 5.61 | 1.11 | - |
| YUV | 55.27 | 100.76 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 7 | 0.60 | 0 | 0.91 | 0.70 | 99.43 | 0.83 | 0.16 |
| Hex | 1F | 4D | 7 | 3C | 0 | 5B | 46 | 63 | 53 | 10 |
| Octal | 37 | 115 | 7 | 74 | 0 | 133 | 106 | 143 | 123 | 20 |
| Binary | 11111 | 1001101 | 111 | 111100 | 0 | 1011011 | 1000110 | 1100011 | 1010011 | 10000 |
Color Harmonies of #1F4D07
Complementary color
Monochromatic Colors of #1F4D07
Black with #1F4D07
Text Example
Text Example
White with #1F4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D07; }
p { color: rgb(31,77,7); }
H1.HeaderClassName
{
color: #1F4D07;
}
.AnyTagClassName
{
color: #1F4D07;
}
</style>
background-color css
<style>
a { background-color: #1F4D07; }
a { background-color: rgb(31,77,7); }
div.DivClassName
{
background-color: #1F4D07;
}
.BgClassName
{
background-color: #1F4D07;
}
</style>
border-color css
<style>
span { border-color: #1F4D07; }
span { border-color: rgb(31,77,7); }
td.TdClassName
{
border-color: #1F4D07;
}
.TagClassName
{
border-color: #1F4D07;
}
</style>