Shades of Myrtle #1F3813
Tints of Myrtle #1F3813
RGB
CMYK
RGB Variations
Color information
#1F3813 (or 0x1F3813) is known color: Myrtle. HEX triplet: 1F, 38 and 13. RGB value is (31,56,19). Sum of RGB (Red+Green+Blue) = 31+56+19=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 56 (22.27% from 255 or 52.83% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3813 is #E0C7EC. Grayscale: #2C2C2C. Windows color (decimal): -14731245 or 1259551. OLE color: 1259551.
HSL color Cylindrical-coordinate representation of color #1F3813: hue angle of 100.54º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F3813 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 19 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.78 |
| HSL | 100.54º | 0.49% | 0.15% | - |
| HSV(B) | 100.54º | 0.66% | 0.22% | - |
| XYZ | 2.1 | 3.17 | 1.12 | - |
| YUV | 44.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 19 | 0.45 | 0 | 0.66 | 0.78 | 100.54 | 0.49 | 0.15 |
| Hex | 1F | 38 | 13 | 2D | 0 | 42 | 4E | 65 | 31 | F |
| Octal | 37 | 70 | 23 | 55 | 0 | 102 | 116 | 145 | 61 | 17 |
| Binary | 11111 | 111000 | 10011 | 101101 | 0 | 1000010 | 1001110 | 1100101 | 110001 | 1111 |
Color Harmonies of #1F3813
Complementary color
Monochromatic Colors of #1F3813
Black with #1F3813
Text Example
Text Example
White with #1F3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3813; }
p { color: rgb(31,56,19); }
H1.HeaderClassName
{
color: #1F3813;
}
.AnyTagClassName
{
color: #1F3813;
}
</style>
background-color css
<style>
a { background-color: #1F3813; }
a { background-color: rgb(31,56,19); }
div.DivClassName
{
background-color: #1F3813;
}
.BgClassName
{
background-color: #1F3813;
}
</style>
border-color css
<style>
span { border-color: #1F3813; }
span { border-color: rgb(31,56,19); }
td.TdClassName
{
border-color: #1F3813;
}
.TagClassName
{
border-color: #1F3813;
}
</style>