Shades of Myrtle #1F4422
Tints of Myrtle #1F4422
RGB
CMYK
RGB Variations
Color information
#1F4422 (or 0x1F4422) is known color: Myrtle. HEX triplet: 1F, 44 and 22. RGB value is (31,68,34). Sum of RGB (Red+Green+Blue) = 31+68+34=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #1F4422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4422 is #E0BBDD. Grayscale: #353535. Windows color (decimal): -14728158 or 2245663. OLE color: 2245663.
HSL color Cylindrical-coordinate representation of color #1F4422: hue angle of 124.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4422 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 34 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.73 |
| HSL | 124.86º | 0.37% | 0.19% | - |
| HSV(B) | 124.86º | 0.54% | 0.27% | - |
| XYZ | 2.92 | 4.54 | 2.24 | - |
| YUV | 53.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 34 | 0.54 | 0 | 0.50 | 0.73 | 124.86 | 0.37 | 0.19 |
| Hex | 1F | 44 | 22 | 36 | 0 | 32 | 49 | 7D | 25 | 13 |
| Octal | 37 | 104 | 42 | 66 | 0 | 62 | 111 | 175 | 45 | 23 |
| Binary | 11111 | 1000100 | 100010 | 110110 | 0 | 110010 | 1001001 | 1111101 | 100101 | 10011 |
Color Harmonies of #1F4422
Complementary color
Monochromatic Colors of #1F4422
Black with #1F4422
Text Example
Text Example
White with #1F4422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4422; }
p { color: rgb(31,68,34); }
H1.HeaderClassName
{
color: #1F4422;
}
.AnyTagClassName
{
color: #1F4422;
}
</style>
background-color css
<style>
a { background-color: #1F4422; }
a { background-color: rgb(31,68,34); }
div.DivClassName
{
background-color: #1F4422;
}
.BgClassName
{
background-color: #1F4422;
}
</style>
border-color css
<style>
span { border-color: #1F4422; }
span { border-color: rgb(31,68,34); }
td.TdClassName
{
border-color: #1F4422;
}
.TagClassName
{
border-color: #1F4422;
}
</style>