Shades of Myrtle #1D3913
Tints of Myrtle #1D3913
RGB
CMYK
RGB Variations
Color information
#1D3913 (or 0x1D3913) is known color: Myrtle. HEX triplet: 1D, 39 and 13. RGB value is (29,57,19). Sum of RGB (Red+Green+Blue) = 29+57+19=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 57 (22.66% from 255 or 54.29% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 57 - color contains mainly: green. Hex color #1D3913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3913 is #E2C6EC. Grayscale: #2C2C2C. Windows color (decimal): -14862061 or 1259805. OLE color: 1259805.
HSL color Cylindrical-coordinate representation of color #1D3913: hue angle of 104.21º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3913 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 57 | 19 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.78 |
| HSL | 104.21º | 0.5% | 0.15% | - |
| HSV(B) | 104.21º | 0.67% | 0.22% | - |
| XYZ | 2.09 | 3.23 | 1.13 | - |
| YUV | 44.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 57 | 19 | 0.49 | 0 | 0.67 | 0.78 | 104.21 | 0.5 | 0.15 |
| Hex | 1D | 39 | 13 | 31 | 0 | 43 | 4E | 68 | 32 | F |
| Octal | 35 | 71 | 23 | 61 | 0 | 103 | 116 | 150 | 62 | 17 |
| Binary | 11101 | 111001 | 10011 | 110001 | 0 | 1000011 | 1001110 | 1101000 | 110010 | 1111 |
Color Harmonies of #1D3913
Complementary color
Monochromatic Colors of #1D3913
Black with #1D3913
Text Example
Text Example
White with #1D3913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3913; }
p { color: rgb(29,57,19); }
H1.HeaderClassName
{
color: #1D3913;
}
.AnyTagClassName
{
color: #1D3913;
}
</style>
background-color css
<style>
a { background-color: #1D3913; }
a { background-color: rgb(29,57,19); }
div.DivClassName
{
background-color: #1D3913;
}
.BgClassName
{
background-color: #1D3913;
}
</style>
border-color css
<style>
span { border-color: #1D3913; }
span { border-color: rgb(29,57,19); }
td.TdClassName
{
border-color: #1D3913;
}
.TagClassName
{
border-color: #1D3913;
}
</style>