Shades of Myrtle #1D561C
Tints of Myrtle #1D561C
RGB
CMYK
RGB Variations
Color information
#1D561C (or 0x1D561C) is known color: Myrtle. HEX triplet: 1D, 56 and 1C. RGB value is (29,86,28). Sum of RGB (Red+Green+Blue) = 29+86+28=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #1D561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D561C is #E2A9E3. Grayscale: #3E3E3E. Windows color (decimal): -14854628 or 1857053. OLE color: 1857053.
HSL color Cylindrical-coordinate representation of color #1D561C: hue angle of 118.97º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D561C is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 29 | 86 | 28 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.66 |
| HSL | 118.97º | 0.51% | 0.22% | - |
| HSV(B) | 118.97º | 0.67% | 0.34% | - |
| XYZ | 4.04 | 7 | 2.24 | - |
| YUV | 62.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 28 | 0.66 | 0 | 0.67 | 0.66 | 118.97 | 0.51 | 0.22 |
| Hex | 1D | 56 | 1C | 42 | 0 | 43 | 42 | 77 | 33 | 16 |
| Octal | 35 | 126 | 34 | 102 | 0 | 103 | 102 | 167 | 63 | 26 |
| Binary | 11101 | 1010110 | 11100 | 1000010 | 0 | 1000011 | 1000010 | 1110111 | 110011 | 10110 |
Color Harmonies of #1D561C
Complementary color
Monochromatic Colors of #1D561C
Black with #1D561C
Text Example
Text Example
White with #1D561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D561C; }
p { color: rgb(29,86,28); }
H1.HeaderClassName
{
color: #1D561C;
}
.AnyTagClassName
{
color: #1D561C;
}
</style>
background-color css
<style>
a { background-color: #1D561C; }
a { background-color: rgb(29,86,28); }
div.DivClassName
{
background-color: #1D561C;
}
.BgClassName
{
background-color: #1D561C;
}
</style>
border-color css
<style>
span { border-color: #1D561C; }
span { border-color: rgb(29,86,28); }
td.TdClassName
{
border-color: #1D561C;
}
.TagClassName
{
border-color: #1D561C;
}
</style>