Shades of Myrtle #1D5805
Tints of Myrtle #1D5805
RGB
CMYK
RGB Variations
Color information
#1D5805 (or 0x1D5805) is known color: Myrtle. HEX triplet: 1D, 58 and 05. RGB value is (29,88,5). Sum of RGB (Red+Green+Blue) = 29+88+5=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 88 (34.77% from 255 or 72.13% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5805 is #E2A7FA. Grayscale: #3D3D3D. Windows color (decimal): -14854139 or 350237. OLE color: 350237.
HSL color Cylindrical-coordinate representation of color #1D5805: hue angle of 102.65º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D5805 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 88 | 5 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.65 |
| HSL | 102.65º | 0.89% | 0.18% | - |
| HSV(B) | 102.65º | 0.94% | 0.35% | - |
| XYZ | 4.02 | 7.25 | 1.33 | - |
| YUV | 60.9 | 96.45 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 5 | 0.67 | 0 | 0.94 | 0.65 | 102.65 | 0.89 | 0.18 |
| Hex | 1D | 58 | 5 | 43 | 0 | 5E | 41 | 67 | 59 | 12 |
| Octal | 35 | 130 | 5 | 103 | 0 | 136 | 101 | 147 | 131 | 22 |
| Binary | 11101 | 1011000 | 101 | 1000011 | 0 | 1011110 | 1000001 | 1100111 | 1011001 | 10010 |
Color Harmonies of #1D5805
Complementary color
Monochromatic Colors of #1D5805
Black with #1D5805
Text Example
Text Example
White with #1D5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5805; }
p { color: rgb(29,88,5); }
H1.HeaderClassName
{
color: #1D5805;
}
.AnyTagClassName
{
color: #1D5805;
}
</style>
background-color css
<style>
a { background-color: #1D5805; }
a { background-color: rgb(29,88,5); }
div.DivClassName
{
background-color: #1D5805;
}
.BgClassName
{
background-color: #1D5805;
}
</style>
border-color css
<style>
span { border-color: #1D5805; }
span { border-color: rgb(29,88,5); }
td.TdClassName
{
border-color: #1D5805;
}
.TagClassName
{
border-color: #1D5805;
}
</style>