Shades of Myrtle #1F4222
Tints of Myrtle #1F4222
RGB
CMYK
RGB Variations
Color information
#1F4222 (or 0x1F4222) is known color: Myrtle. HEX triplet: 1F, 42 and 22. RGB value is (31,66,34). Sum of RGB (Red+Green+Blue) = 31+66+34=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4222 is #E0BDDD. Grayscale: #333333. Windows color (decimal): -14728670 or 2245151. OLE color: 2245151.
HSL color Cylindrical-coordinate representation of color #1F4222: hue angle of 125.14º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F4222 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 66 | 34 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.74 |
| HSL | 125.14º | 0.36% | 0.19% | - |
| HSV(B) | 125.14º | 0.53% | 0.26% | - |
| XYZ | 2.8 | 4.3 | 2.2 | - |
| YUV | 51.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 66 | 34 | 0.53 | 0 | 0.48 | 0.74 | 125.14 | 0.36 | 0.19 |
| Hex | 1F | 42 | 22 | 35 | 0 | 30 | 4A | 7D | 24 | 13 |
| Octal | 37 | 102 | 42 | 65 | 0 | 60 | 112 | 175 | 44 | 23 |
| Binary | 11111 | 1000010 | 100010 | 110101 | 0 | 110000 | 1001010 | 1111101 | 100100 | 10011 |
Color Harmonies of #1F4222
Complementary color
Monochromatic Colors of #1F4222
Black with #1F4222
Text Example
Text Example
White with #1F4222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4222; }
p { color: rgb(31,66,34); }
H1.HeaderClassName
{
color: #1F4222;
}
.AnyTagClassName
{
color: #1F4222;
}
</style>
background-color css
<style>
a { background-color: #1F4222; }
a { background-color: rgb(31,66,34); }
div.DivClassName
{
background-color: #1F4222;
}
.BgClassName
{
background-color: #1F4222;
}
</style>
border-color css
<style>
span { border-color: #1F4222; }
span { border-color: rgb(31,66,34); }
td.TdClassName
{
border-color: #1F4222;
}
.TagClassName
{
border-color: #1F4222;
}
</style>