Shades of Myrtle #1D5813
Tints of Myrtle #1D5813
RGB
CMYK
RGB Variations
Color information
#1D5813 (or 0x1D5813) is known color: Myrtle. HEX triplet: 1D, 58 and 13. RGB value is (29,88,19). Sum of RGB (Red+Green+Blue) = 29+88+19=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 88 (34.77% from 255 or 64.71% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 88 - color contains mainly: green. Hex color #1D5813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5813 is #E2A7EC. Grayscale: #3E3E3E. Windows color (decimal): -14854125 or 1267741. OLE color: 1267741.
HSL color Cylindrical-coordinate representation of color #1D5813: hue angle of 111.3º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D5813 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 88 | 19 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.65 |
| HSL | 111.3º | 0.64% | 0.21% | - |
| HSV(B) | 111.3º | 0.78% | 0.35% | - |
| XYZ | 4.11 | 7.29 | 1.81 | - |
| YUV | 62.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 19 | 0.67 | 0 | 0.78 | 0.65 | 111.3 | 0.64 | 0.21 |
| Hex | 1D | 58 | 13 | 43 | 0 | 4E | 41 | 6F | 40 | 15 |
| Octal | 35 | 130 | 23 | 103 | 0 | 116 | 101 | 157 | 100 | 25 |
| Binary | 11101 | 1011000 | 10011 | 1000011 | 0 | 1001110 | 1000001 | 1101111 | 1000000 | 10101 |
Color Harmonies of #1D5813
Complementary color
Monochromatic Colors of #1D5813
Black with #1D5813
Text Example
Text Example
White with #1D5813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5813; }
p { color: rgb(29,88,19); }
H1.HeaderClassName
{
color: #1D5813;
}
.AnyTagClassName
{
color: #1D5813;
}
</style>
background-color css
<style>
a { background-color: #1D5813; }
a { background-color: rgb(29,88,19); }
div.DivClassName
{
background-color: #1D5813;
}
.BgClassName
{
background-color: #1D5813;
}
</style>
border-color css
<style>
span { border-color: #1D5813; }
span { border-color: rgb(29,88,19); }
td.TdClassName
{
border-color: #1D5813;
}
.TagClassName
{
border-color: #1D5813;
}
</style>