Shades of Myrtle #1D5411
Tints of Myrtle #1D5411
RGB
CMYK
RGB Variations
Color information
#1D5411 (or 0x1D5411) is known color: Myrtle. HEX triplet: 1D, 54 and 11. RGB value is (29,84,17). Sum of RGB (Red+Green+Blue) = 29+84+17=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 84 (33.20% from 255 or 64.62% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5411 is #E2ABEE. Grayscale: #3C3C3C. Windows color (decimal): -14855151 or 1135645. OLE color: 1135645.
HSL color Cylindrical-coordinate representation of color #1D5411: hue angle of 109.25º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D5411 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 17 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.67 |
| HSL | 109.25º | 0.66% | 0.2% | - |
| HSV(B) | 109.25º | 0.8% | 0.33% | - |
| XYZ | 3.78 | 6.64 | 1.61 | - |
| YUV | 59.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 17 | 0.65 | 0 | 0.80 | 0.67 | 109.25 | 0.66 | 0.2 |
| Hex | 1D | 54 | 11 | 41 | 0 | 50 | 43 | 6D | 42 | 14 |
| Octal | 35 | 124 | 21 | 101 | 0 | 120 | 103 | 155 | 102 | 24 |
| Binary | 11101 | 1010100 | 10001 | 1000001 | 0 | 1010000 | 1000011 | 1101101 | 1000010 | 10100 |
Color Harmonies of #1D5411
Complementary color
Monochromatic Colors of #1D5411
Black with #1D5411
Text Example
Text Example
White with #1D5411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5411; }
p { color: rgb(29,84,17); }
H1.HeaderClassName
{
color: #1D5411;
}
.AnyTagClassName
{
color: #1D5411;
}
</style>
background-color css
<style>
a { background-color: #1D5411; }
a { background-color: rgb(29,84,17); }
div.DivClassName
{
background-color: #1D5411;
}
.BgClassName
{
background-color: #1D5411;
}
</style>
border-color css
<style>
span { border-color: #1D5411; }
span { border-color: rgb(29,84,17); }
td.TdClassName
{
border-color: #1D5411;
}
.TagClassName
{
border-color: #1D5411;
}
</style>