Shades of Myrtle #1D3717
Tints of Myrtle #1D3717
RGB
CMYK
RGB Variations
Color information
#1D3717 (or 0x1D3717) is known color: Myrtle. HEX triplet: 1D, 37 and 17. RGB value is (29,55,23). Sum of RGB (Red+Green+Blue) = 29+55+23=107 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.10% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3717 is #E2C8E8. Grayscale: #2B2B2B. Windows color (decimal): -14862569 or 1521437. OLE color: 1521437.
HSL color Cylindrical-coordinate representation of color #1D3717: hue angle of 108.75º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D3717 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 23 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.78 |
| HSL | 108.75º | 0.41% | 0.15% | - |
| HSV(B) | 108.75º | 0.58% | 0.22% | - |
| XYZ | 2.03 | 3.06 | 1.29 | - |
| YUV | 43.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 23 | 0.47 | 0 | 0.58 | 0.78 | 108.75 | 0.41 | 0.15 |
| Hex | 1D | 37 | 17 | 2F | 0 | 3A | 4E | 6D | 29 | F |
| Octal | 35 | 67 | 27 | 57 | 0 | 72 | 116 | 155 | 51 | 17 |
| Binary | 11101 | 110111 | 10111 | 101111 | 0 | 111010 | 1001110 | 1101101 | 101001 | 1111 |
Color Harmonies of #1D3717
Complementary color
Monochromatic Colors of #1D3717
Black with #1D3717
Text Example
Text Example
White with #1D3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3717; }
p { color: rgb(29,55,23); }
H1.HeaderClassName
{
color: #1D3717;
}
.AnyTagClassName
{
color: #1D3717;
}
</style>
background-color css
<style>
a { background-color: #1D3717; }
a { background-color: rgb(29,55,23); }
div.DivClassName
{
background-color: #1D3717;
}
.BgClassName
{
background-color: #1D3717;
}
</style>
border-color css
<style>
span { border-color: #1D3717; }
span { border-color: rgb(29,55,23); }
td.TdClassName
{
border-color: #1D3717;
}
.TagClassName
{
border-color: #1D3717;
}
</style>