Shades of Myrtle #1F3814
Tints of Myrtle #1F3814
RGB
CMYK
RGB Variations
Color information
#1F3814 (or 0x1F3814) is known color: Myrtle. HEX triplet: 1F, 38 and 14. RGB value is (31,56,20). Sum of RGB (Red+Green+Blue) = 31+56+20=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3814 is #E0C7EB. Grayscale: #2C2C2C. Windows color (decimal): -14731244 or 1325087. OLE color: 1325087.
HSL color Cylindrical-coordinate representation of color #1F3814: hue angle of 101.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3814 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 20 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.78 |
| HSL | 101.67º | 0.47% | 0.15% | - |
| HSV(B) | 101.67º | 0.64% | 0.22% | - |
| XYZ | 2.11 | 3.17 | 1.16 | - |
| YUV | 44.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 20 | 0.45 | 0 | 0.64 | 0.78 | 101.67 | 0.47 | 0.15 |
| Hex | 1F | 38 | 14 | 2D | 0 | 40 | 4E | 66 | 2F | F |
| Octal | 37 | 70 | 24 | 55 | 0 | 100 | 116 | 146 | 57 | 17 |
| Binary | 11111 | 111000 | 10100 | 101101 | 0 | 1000000 | 1001110 | 1100110 | 101111 | 1111 |
Color Harmonies of #1F3814
Complementary color
Monochromatic Colors of #1F3814
Black with #1F3814
Text Example
Text Example
White with #1F3814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3814; }
p { color: rgb(31,56,20); }
H1.HeaderClassName
{
color: #1F3814;
}
.AnyTagClassName
{
color: #1F3814;
}
</style>
background-color css
<style>
a { background-color: #1F3814; }
a { background-color: rgb(31,56,20); }
div.DivClassName
{
background-color: #1F3814;
}
.BgClassName
{
background-color: #1F3814;
}
</style>
border-color css
<style>
span { border-color: #1F3814; }
span { border-color: rgb(31,56,20); }
td.TdClassName
{
border-color: #1F3814;
}
.TagClassName
{
border-color: #1F3814;
}
</style>