Shades of Myrtle #1F4218
Tints of Myrtle #1F4218
RGB
CMYK
RGB Variations
Color information
#1F4218 (or 0x1F4218) is known color: Myrtle. HEX triplet: 1F, 42 and 18. RGB value is (31,66,24). Sum of RGB (Red+Green+Blue) = 31+66+24=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4218 is #E0BDE7. Grayscale: #323232. Windows color (decimal): -14728680 or 1589791. OLE color: 1589791.
HSL color Cylindrical-coordinate representation of color #1F4218: hue angle of 110º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F4218 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 24 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.74 |
| HSL | 110º | 0.47% | 0.18% | - |
| HSV(B) | 110º | 0.64% | 0.26% | - |
| XYZ | 2.68 | 4.25 | 1.54 | - |
| YUV | 50.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 24 | 0.53 | 0 | 0.64 | 0.74 | 110 | 0.47 | 0.18 |
| Hex | 1F | 42 | 18 | 35 | 0 | 40 | 4A | 6E | 2F | 12 |
| Octal | 37 | 102 | 30 | 65 | 0 | 100 | 112 | 156 | 57 | 22 |
| Binary | 11111 | 1000010 | 11000 | 110101 | 0 | 1000000 | 1001010 | 1101110 | 101111 | 10010 |
Color Harmonies of #1F4218
Complementary color
Monochromatic Colors of #1F4218
Black with #1F4218
Text Example
Text Example
White with #1F4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4218; }
p { color: rgb(31,66,24); }
H1.HeaderClassName
{
color: #1F4218;
}
.AnyTagClassName
{
color: #1F4218;
}
</style>
background-color css
<style>
a { background-color: #1F4218; }
a { background-color: rgb(31,66,24); }
div.DivClassName
{
background-color: #1F4218;
}
.BgClassName
{
background-color: #1F4218;
}
</style>
border-color css
<style>
span { border-color: #1F4218; }
span { border-color: rgb(31,66,24); }
td.TdClassName
{
border-color: #1F4218;
}
.TagClassName
{
border-color: #1F4218;
}
</style>