Shades of Myrtle #1D5D18
Tints of Myrtle #1D5D18
RGB
CMYK
RGB Variations
Color information
#1D5D18 (or 0x1D5D18) is known color: Myrtle. HEX triplet: 1D, 5D and 18. RGB value is (29,93,24). Sum of RGB (Red+Green+Blue) = 29+93+24=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 93 (36.72% from 255 or 63.70% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 93 - color contains mainly: green. Hex color #1D5D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5D18 is #E2A2E7. Grayscale: #424242. Windows color (decimal): -14852840 or 1596701. OLE color: 1596701.
HSL color Cylindrical-coordinate representation of color #1D5D18: hue angle of 115.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D5D18 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 29 | 93 | 24 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.64 |
| HSL | 115.65º | 0.59% | 0.23% | - |
| HSV(B) | 115.65º | 0.74% | 0.36% | - |
| XYZ | 4.59 | 8.16 | 2.2 | - |
| YUV | 66 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 93 | 24 | 0.69 | 0 | 0.74 | 0.64 | 115.65 | 0.59 | 0.23 |
| Hex | 1D | 5D | 18 | 45 | 0 | 4A | 40 | 74 | 3B | 17 |
| Octal | 35 | 135 | 30 | 105 | 0 | 112 | 100 | 164 | 73 | 27 |
| Binary | 11101 | 1011101 | 11000 | 1000101 | 0 | 1001010 | 1000000 | 1110100 | 111011 | 10111 |
Color Harmonies of #1D5D18
Complementary color
Monochromatic Colors of #1D5D18
Black with #1D5D18
Text Example
Text Example
White with #1D5D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5D18; }
p { color: rgb(29,93,24); }
H1.HeaderClassName
{
color: #1D5D18;
}
.AnyTagClassName
{
color: #1D5D18;
}
</style>
background-color css
<style>
a { background-color: #1D5D18; }
a { background-color: rgb(29,93,24); }
div.DivClassName
{
background-color: #1D5D18;
}
.BgClassName
{
background-color: #1D5D18;
}
</style>
border-color css
<style>
span { border-color: #1D5D18; }
span { border-color: rgb(29,93,24); }
td.TdClassName
{
border-color: #1D5D18;
}
.TagClassName
{
border-color: #1D5D18;
}
</style>