Shades of Myrtle #1F3420
Tints of Myrtle #1F3420
RGB
CMYK
RGB Variations
Color information
#1F3420 (or 0x1F3420) is known color: Myrtle. HEX triplet: 1F, 34 and 20. RGB value is (31,52,32). Sum of RGB (Red+Green+Blue) = 31+52+32=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3420 is #E0CBDF. Grayscale: #2B2B2B. Windows color (decimal): -14732256 or 2110495. OLE color: 2110495.
HSL color Cylindrical-coordinate representation of color #1F3420: hue angle of 122.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F3420 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 32 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.80 |
| HSL | 122.86º | 0.25% | 0.16% | - |
| HSV(B) | 122.86º | 0.4% | 0.2% | - |
| XYZ | 2.05 | 2.85 | 1.81 | - |
| YUV | 43.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 32 | 0.40 | 0 | 0.38 | 0.80 | 122.86 | 0.25 | 0.16 |
| Hex | 1F | 34 | 20 | 28 | 0 | 26 | 50 | 7B | 19 | 10 |
| Octal | 37 | 64 | 40 | 50 | 0 | 46 | 120 | 173 | 31 | 20 |
| Binary | 11111 | 110100 | 100000 | 101000 | 0 | 100110 | 1010000 | 1111011 | 11001 | 10000 |
Color Harmonies of #1F3420
Complementary color
Monochromatic Colors of #1F3420
Black with #1F3420
Text Example
Text Example
White with #1F3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3420; }
p { color: rgb(31,52,32); }
H1.HeaderClassName
{
color: #1F3420;
}
.AnyTagClassName
{
color: #1F3420;
}
</style>
background-color css
<style>
a { background-color: #1F3420; }
a { background-color: rgb(31,52,32); }
div.DivClassName
{
background-color: #1F3420;
}
.BgClassName
{
background-color: #1F3420;
}
</style>
border-color css
<style>
span { border-color: #1F3420; }
span { border-color: rgb(31,52,32); }
td.TdClassName
{
border-color: #1F3420;
}
.TagClassName
{
border-color: #1F3420;
}
</style>