Shades of Myrtle #1D5112
Tints of Myrtle #1D5112
RGB
CMYK
RGB Variations
Color information
#1D5112 (or 0x1D5112) is known color: Myrtle. HEX triplet: 1D, 51 and 12. RGB value is (29,81,18). Sum of RGB (Red+Green+Blue) = 29+81+18=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 81 (32.03% from 255 or 63.28% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 81 - color contains mainly: green. Hex color #1D5112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5112 is #E2AEED. Grayscale: #3A3A3A. Windows color (decimal): -14855918 or 1200413. OLE color: 1200413.
HSL color Cylindrical-coordinate representation of color #1D5112: hue angle of 109.52º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D5112 is Cyan = 0.64, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 81 | 18 | - |
| CMYK | 0.64 | 0 | 0.78 | 0.68 |
| HSL | 109.52º | 0.64% | 0.19% | - |
| HSV(B) | 109.52º | 0.78% | 0.32% | - |
| XYZ | 3.56 | 6.19 | 1.58 | - |
| YUV | 58.27 | 105.27 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 18 | 0.64 | 0 | 0.78 | 0.68 | 109.52 | 0.64 | 0.19 |
| Hex | 1D | 51 | 12 | 40 | 0 | 4E | 44 | 6E | 40 | 13 |
| Octal | 35 | 121 | 22 | 100 | 0 | 116 | 104 | 156 | 100 | 23 |
| Binary | 11101 | 1010001 | 10010 | 1000000 | 0 | 1001110 | 1000100 | 1101110 | 1000000 | 10011 |
Color Harmonies of #1D5112
Complementary color
Monochromatic Colors of #1D5112
Black with #1D5112
Text Example
Text Example
White with #1D5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5112; }
p { color: rgb(29,81,18); }
H1.HeaderClassName
{
color: #1D5112;
}
.AnyTagClassName
{
color: #1D5112;
}
</style>
background-color css
<style>
a { background-color: #1D5112; }
a { background-color: rgb(29,81,18); }
div.DivClassName
{
background-color: #1D5112;
}
.BgClassName
{
background-color: #1D5112;
}
</style>
border-color css
<style>
span { border-color: #1D5112; }
span { border-color: rgb(29,81,18); }
td.TdClassName
{
border-color: #1D5112;
}
.TagClassName
{
border-color: #1D5112;
}
</style>