Shades of Myrtle #1D5211
Tints of Myrtle #1D5211
RGB
CMYK
RGB Variations
Color information
#1D5211 (or 0x1D5211) is known color: Myrtle. HEX triplet: 1D, 52 and 11. RGB value is (29,82,17). Sum of RGB (Red+Green+Blue) = 29+82+17=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #1D5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5211 is #E2ADEE. Grayscale: #3A3A3A. Windows color (decimal): -14855663 or 1135133. OLE color: 1135133.
HSL color Cylindrical-coordinate representation of color #1D5211: hue angle of 108.92º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D5211 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 82 | 17 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.68 |
| HSL | 108.92º | 0.66% | 0.19% | - |
| HSV(B) | 108.92º | 0.79% | 0.32% | - |
| XYZ | 3.63 | 6.34 | 1.56 | - |
| YUV | 58.74 | 104.44 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 17 | 0.65 | 0 | 0.79 | 0.68 | 108.92 | 0.66 | 0.19 |
| Hex | 1D | 52 | 11 | 41 | 0 | 4F | 44 | 6D | 42 | 13 |
| Octal | 35 | 122 | 21 | 101 | 0 | 117 | 104 | 155 | 102 | 23 |
| Binary | 11101 | 1010010 | 10001 | 1000001 | 0 | 1001111 | 1000100 | 1101101 | 1000010 | 10011 |
Color Harmonies of #1D5211
Complementary color
Monochromatic Colors of #1D5211
Black with #1D5211
Text Example
Text Example
White with #1D5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5211; }
p { color: rgb(29,82,17); }
H1.HeaderClassName
{
color: #1D5211;
}
.AnyTagClassName
{
color: #1D5211;
}
</style>
background-color css
<style>
a { background-color: #1D5211; }
a { background-color: rgb(29,82,17); }
div.DivClassName
{
background-color: #1D5211;
}
.BgClassName
{
background-color: #1D5211;
}
</style>
border-color css
<style>
span { border-color: #1D5211; }
span { border-color: rgb(29,82,17); }
td.TdClassName
{
border-color: #1D5211;
}
.TagClassName
{
border-color: #1D5211;
}
</style>