Shades of Myrtle #1F3418
Tints of Myrtle #1F3418
RGB
CMYK
RGB Variations
Color information
#1F3418 (or 0x1F3418) is known color: Myrtle. HEX triplet: 1F, 34 and 18. RGB value is (31,52,24). Sum of RGB (Red+Green+Blue) = 31+52+24=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3418 is #E0CBE7. Grayscale: #2A2A2A. Windows color (decimal): -14732264 or 1586207. OLE color: 1586207.
HSL color Cylindrical-coordinate representation of color #1F3418: hue angle of 105º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F3418 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 24 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.80 |
| HSL | 105º | 0.37% | 0.15% | - |
| HSV(B) | 105º | 0.54% | 0.2% | - |
| XYZ | 1.96 | 2.81 | 1.3 | - |
| YUV | 42.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 24 | 0.40 | 0 | 0.54 | 0.80 | 105 | 0.37 | 0.15 |
| Hex | 1F | 34 | 18 | 28 | 0 | 36 | 50 | 69 | 25 | F |
| Octal | 37 | 64 | 30 | 50 | 0 | 66 | 120 | 151 | 45 | 17 |
| Binary | 11111 | 110100 | 11000 | 101000 | 0 | 110110 | 1010000 | 1101001 | 100101 | 1111 |
Color Harmonies of #1F3418
Complementary color
Monochromatic Colors of #1F3418
Black with #1F3418
Text Example
Text Example
White with #1F3418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3418; }
p { color: rgb(31,52,24); }
H1.HeaderClassName
{
color: #1F3418;
}
.AnyTagClassName
{
color: #1F3418;
}
</style>
background-color css
<style>
a { background-color: #1F3418; }
a { background-color: rgb(31,52,24); }
div.DivClassName
{
background-color: #1F3418;
}
.BgClassName
{
background-color: #1F3418;
}
</style>
border-color css
<style>
span { border-color: #1F3418; }
span { border-color: rgb(31,52,24); }
td.TdClassName
{
border-color: #1F3418;
}
.TagClassName
{
border-color: #1F3418;
}
</style>