Shades of Myrtle #1F410E
Tints of Myrtle #1F410E
RGB
CMYK
RGB Variations
Color information
#1F410E (or 0x1F410E) is known color: Myrtle. HEX triplet: 1F, 41 and 0E. RGB value is (31,65,14). Sum of RGB (Red+Green+Blue) = 31+65+14=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #1F410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F410E is #E0BEF1. Grayscale: #313131. Windows color (decimal): -14728946 or 934175. OLE color: 934175.
HSL color Cylindrical-coordinate representation of color #1F410E: hue angle of 100º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F410E is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 14 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.75 |
| HSL | 100º | 0.65% | 0.15% | - |
| HSV(B) | 100º | 0.78% | 0.25% | - |
| XYZ | 2.53 | 4.1 | 1.07 | - |
| YUV | 49.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 14 | 0.52 | 0 | 0.78 | 0.75 | 100 | 0.65 | 0.15 |
| Hex | 1F | 41 | E | 34 | 0 | 4E | 4B | 64 | 41 | F |
| Octal | 37 | 101 | 16 | 64 | 0 | 116 | 113 | 144 | 101 | 17 |
| Binary | 11111 | 1000001 | 1110 | 110100 | 0 | 1001110 | 1001011 | 1100100 | 1000001 | 1111 |
Color Harmonies of #1F410E
Complementary color
Monochromatic Colors of #1F410E
Black with #1F410E
Text Example
Text Example
White with #1F410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F410E; }
p { color: rgb(31,65,14); }
H1.HeaderClassName
{
color: #1F410E;
}
.AnyTagClassName
{
color: #1F410E;
}
</style>
background-color css
<style>
a { background-color: #1F410E; }
a { background-color: rgb(31,65,14); }
div.DivClassName
{
background-color: #1F410E;
}
.BgClassName
{
background-color: #1F410E;
}
</style>
border-color css
<style>
span { border-color: #1F410E; }
span { border-color: rgb(31,65,14); }
td.TdClassName
{
border-color: #1F410E;
}
.TagClassName
{
border-color: #1F410E;
}
</style>