Shades of Myrtle #1F3C20
Tints of Myrtle #1F3C20
RGB
CMYK
RGB Variations
Color information
#1F3C20 (or 0x1F3C20) is known color: Myrtle. HEX triplet: 1F, 3C and 20. RGB value is (31,60,32). Sum of RGB (Red+Green+Blue) = 31+60+32=123 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.20% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #1F3C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3C20 is #E0C3DF. Grayscale: #303030. Windows color (decimal): -14730208 or 2112543. OLE color: 2112543.
HSL color Cylindrical-coordinate representation of color #1F3C20: hue angle of 122.07º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F3C20 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 60 | 32 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.76 |
| HSL | 122.07º | 0.32% | 0.18% | - |
| HSV(B) | 122.07º | 0.48% | 0.24% | - |
| XYZ | 2.44 | 3.63 | 1.94 | - |
| YUV | 48.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 32 | 0.48 | 0 | 0.47 | 0.76 | 122.07 | 0.32 | 0.18 |
| Hex | 1F | 3C | 20 | 30 | 0 | 2F | 4C | 7A | 20 | 12 |
| Octal | 37 | 74 | 40 | 60 | 0 | 57 | 114 | 172 | 40 | 22 |
| Binary | 11111 | 111100 | 100000 | 110000 | 0 | 101111 | 1001100 | 1111010 | 100000 | 10010 |
Color Harmonies of #1F3C20
Complementary color
Monochromatic Colors of #1F3C20
Black with #1F3C20
Text Example
Text Example
White with #1F3C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C20; }
p { color: rgb(31,60,32); }
H1.HeaderClassName
{
color: #1F3C20;
}
.AnyTagClassName
{
color: #1F3C20;
}
</style>
background-color css
<style>
a { background-color: #1F3C20; }
a { background-color: rgb(31,60,32); }
div.DivClassName
{
background-color: #1F3C20;
}
.BgClassName
{
background-color: #1F3C20;
}
</style>
border-color css
<style>
span { border-color: #1F3C20; }
span { border-color: rgb(31,60,32); }
td.TdClassName
{
border-color: #1F3C20;
}
.TagClassName
{
border-color: #1F3C20;
}
</style>