Shades of Myrtle #1F4120
Tints of Myrtle #1F4120
RGB
CMYK
RGB Variations
Color information
#1F4120 (or 0x1F4120) is known color: Myrtle. HEX triplet: 1F, 41 and 20. RGB value is (31,65,32). Sum of RGB (Red+Green+Blue) = 31+65+32=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #1F4120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4120 is #E0BEDF. Grayscale: #333333. Windows color (decimal): -14728928 or 2113823. OLE color: 2113823.
HSL color Cylindrical-coordinate representation of color #1F4120: hue angle of 121.76º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F4120 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 32 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.75 |
| HSL | 121.76º | 0.35% | 0.19% | - |
| HSV(B) | 121.76º | 0.52% | 0.25% | - |
| XYZ | 2.72 | 4.18 | 2.03 | - |
| YUV | 51.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 32 | 0.52 | 0 | 0.51 | 0.75 | 121.76 | 0.35 | 0.19 |
| Hex | 1F | 41 | 20 | 34 | 0 | 33 | 4B | 7A | 23 | 13 |
| Octal | 37 | 101 | 40 | 64 | 0 | 63 | 113 | 172 | 43 | 23 |
| Binary | 11111 | 1000001 | 100000 | 110100 | 0 | 110011 | 1001011 | 1111010 | 100011 | 10011 |
Color Harmonies of #1F4120
Complementary color
Monochromatic Colors of #1F4120
Black with #1F4120
Text Example
Text Example
White with #1F4120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4120; }
p { color: rgb(31,65,32); }
H1.HeaderClassName
{
color: #1F4120;
}
.AnyTagClassName
{
color: #1F4120;
}
</style>
background-color css
<style>
a { background-color: #1F4120; }
a { background-color: rgb(31,65,32); }
div.DivClassName
{
background-color: #1F4120;
}
.BgClassName
{
background-color: #1F4120;
}
</style>
border-color css
<style>
span { border-color: #1F4120; }
span { border-color: rgb(31,65,32); }
td.TdClassName
{
border-color: #1F4120;
}
.TagClassName
{
border-color: #1F4120;
}
</style>