Shades of Myrtle #1D3714
Tints of Myrtle #1D3714
RGB
CMYK
RGB Variations
Color information
#1D3714 (or 0x1D3714) is known color: Myrtle. HEX triplet: 1D, 37 and 14. RGB value is (29,55,20). Sum of RGB (Red+Green+Blue) = 29+55+20=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #1D3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3714 is #E2C8EB. Grayscale: #2B2B2B. Windows color (decimal): -14862572 or 1324829. OLE color: 1324829.
HSL color Cylindrical-coordinate representation of color #1D3714: hue angle of 104.57º 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 #1D3714 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 20 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.78 |
| HSL | 104.57º | 0.47% | 0.15% | - |
| HSV(B) | 104.57º | 0.64% | 0.22% | - |
| XYZ | 2 | 3.04 | 1.14 | - |
| YUV | 43.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 20 | 0.47 | 0 | 0.64 | 0.78 | 104.57 | 0.47 | 0.15 |
| Hex | 1D | 37 | 14 | 2F | 0 | 40 | 4E | 69 | 2F | F |
| Octal | 35 | 67 | 24 | 57 | 0 | 100 | 116 | 151 | 57 | 17 |
| Binary | 11101 | 110111 | 10100 | 101111 | 0 | 1000000 | 1001110 | 1101001 | 101111 | 1111 |
Color Harmonies of #1D3714
Complementary color
Monochromatic Colors of #1D3714
Black with #1D3714
Text Example
Text Example
White with #1D3714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3714; }
p { color: rgb(29,55,20); }
H1.HeaderClassName
{
color: #1D3714;
}
.AnyTagClassName
{
color: #1D3714;
}
</style>
background-color css
<style>
a { background-color: #1D3714; }
a { background-color: rgb(29,55,20); }
div.DivClassName
{
background-color: #1D3714;
}
.BgClassName
{
background-color: #1D3714;
}
</style>
border-color css
<style>
span { border-color: #1D3714; }
span { border-color: rgb(29,55,20); }
td.TdClassName
{
border-color: #1D3714;
}
.TagClassName
{
border-color: #1D3714;
}
</style>