Shades of Myrtle #1F4413
Tints of Myrtle #1F4413
RGB
CMYK
RGB Variations
Color information
#1F4413 (or 0x1F4413) is known color: Myrtle. HEX triplet: 1F, 44 and 13. RGB value is (31,68,19). Sum of RGB (Red+Green+Blue) = 31+68+19=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #1F4413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F4413 is #E0BBEC. Grayscale: #333333. Windows color (decimal): -14728173 or 1262623. OLE color: 1262623.
HSL color Cylindrical-coordinate representation of color #1F4413: hue angle of 105.31º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F4413 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 19 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.73 |
| HSL | 105.31º | 0.56% | 0.17% | - |
| HSV(B) | 105.31º | 0.72% | 0.27% | - |
| XYZ | 2.75 | 4.47 | 1.33 | - |
| YUV | 51.35 | 109.74 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 19 | 0.54 | 0 | 0.72 | 0.73 | 105.31 | 0.56 | 0.17 |
| Hex | 1F | 44 | 13 | 36 | 0 | 48 | 49 | 69 | 38 | 11 |
| Octal | 37 | 104 | 23 | 66 | 0 | 110 | 111 | 151 | 70 | 21 |
| Binary | 11111 | 1000100 | 10011 | 110110 | 0 | 1001000 | 1001001 | 1101001 | 111000 | 10001 |
Color Harmonies of #1F4413
Complementary color
Monochromatic Colors of #1F4413
Black with #1F4413
Text Example
Text Example
White with #1F4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4413; }
p { color: rgb(31,68,19); }
H1.HeaderClassName
{
color: #1F4413;
}
.AnyTagClassName
{
color: #1F4413;
}
</style>
background-color css
<style>
a { background-color: #1F4413; }
a { background-color: rgb(31,68,19); }
div.DivClassName
{
background-color: #1F4413;
}
.BgClassName
{
background-color: #1F4413;
}
</style>
border-color css
<style>
span { border-color: #1F4413; }
span { border-color: rgb(31,68,19); }
td.TdClassName
{
border-color: #1F4413;
}
.TagClassName
{
border-color: #1F4413;
}
</style>