Shades of Myrtle #1D5124
Tints of Myrtle #1D5124
RGB
CMYK
RGB Variations
Color information
#1D5124 (or 0x1D5124) is known color: Myrtle. HEX triplet: 1D, 51 and 24. RGB value is (29,81,36). Sum of RGB (Red+Green+Blue) = 29+81+36=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 81 (32.03% from 255 or 55.48% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5124 is #E2AEDB. Grayscale: #3C3C3C. Windows color (decimal): -14855900 or 2380061. OLE color: 2380061.
HSL color Cylindrical-coordinate representation of color #1D5124: hue angle of 128.08º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D5124 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 36 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.68 |
| HSL | 128.08º | 0.47% | 0.22% | - |
| HSV(B) | 128.08º | 0.64% | 0.32% | - |
| XYZ | 3.77 | 6.27 | 2.68 | - |
| YUV | 60.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 36 | 0.64 | 0 | 0.56 | 0.68 | 128.08 | 0.47 | 0.22 |
| Hex | 1D | 51 | 24 | 40 | 0 | 38 | 44 | 80 | 2F | 16 |
| Octal | 35 | 121 | 44 | 100 | 0 | 70 | 104 | 200 | 57 | 26 |
| Binary | 11101 | 1010001 | 100100 | 1000000 | 0 | 111000 | 1000100 | 10000000 | 101111 | 10110 |
Color Harmonies of #1D5124
Complementary color
Monochromatic Colors of #1D5124
Black with #1D5124
Text Example
Text Example
White with #1D5124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5124; }
p { color: rgb(29,81,36); }
H1.HeaderClassName
{
color: #1D5124;
}
.AnyTagClassName
{
color: #1D5124;
}
</style>
background-color css
<style>
a { background-color: #1D5124; }
a { background-color: rgb(29,81,36); }
div.DivClassName
{
background-color: #1D5124;
}
.BgClassName
{
background-color: #1D5124;
}
</style>
border-color css
<style>
span { border-color: #1D5124; }
span { border-color: rgb(29,81,36); }
td.TdClassName
{
border-color: #1D5124;
}
.TagClassName
{
border-color: #1D5124;
}
</style>