Shades of Myrtle #1F4E0F
Tints of Myrtle #1F4E0F
RGB
CMYK
RGB Variations
Color information
#1F4E0F (or 0x1F4E0F) is known color: Myrtle. HEX triplet: 1F, 4E and 0F. RGB value is (31,78,15). Sum of RGB (Red+Green+Blue) = 31+78+15=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 78 (30.86% from 255 or 62.90% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 78 - color contains mainly: green. Hex color #1F4E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1F4E0F is #E0B1F0. Grayscale: #383838. Windows color (decimal): -14725617 or 1003039. OLE color: 1003039.
HSL color Cylindrical-coordinate representation of color #1F4E0F: hue angle of 104.76º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F4E0F is Cyan = 0.60, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 78 | 15 | - |
| CMYK | 0.60 | 0 | 0.81 | 0.69 |
| HSL | 104.76º | 0.68% | 0.18% | - |
| HSV(B) | 104.76º | 0.81% | 0.31% | - |
| XYZ | 3.38 | 5.77 | 1.39 | - |
| YUV | 56.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 15 | 0.60 | 0 | 0.81 | 0.69 | 104.76 | 0.68 | 0.18 |
| Hex | 1F | 4E | F | 3C | 0 | 51 | 45 | 69 | 44 | 12 |
| Octal | 37 | 116 | 17 | 74 | 0 | 121 | 105 | 151 | 104 | 22 |
| Binary | 11111 | 1001110 | 1111 | 111100 | 0 | 1010001 | 1000101 | 1101001 | 1000100 | 10010 |
Color Harmonies of #1F4E0F
Complementary color
Monochromatic Colors of #1F4E0F
Black with #1F4E0F
Text Example
Text Example
White with #1F4E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4E0F; }
p { color: rgb(31,78,15); }
H1.HeaderClassName
{
color: #1F4E0F;
}
.AnyTagClassName
{
color: #1F4E0F;
}
</style>
background-color css
<style>
a { background-color: #1F4E0F; }
a { background-color: rgb(31,78,15); }
div.DivClassName
{
background-color: #1F4E0F;
}
.BgClassName
{
background-color: #1F4E0F;
}
</style>
border-color css
<style>
span { border-color: #1F4E0F; }
span { border-color: rgb(31,78,15); }
td.TdClassName
{
border-color: #1F4E0F;
}
.TagClassName
{
border-color: #1F4E0F;
}
</style>