Shades of Myrtle #1D4819
Tints of Myrtle #1D4819
RGB
CMYK
RGB Variations
Color information
#1D4819 (or 0x1D4819) is known color: Myrtle. HEX triplet: 1D, 48 and 19. RGB value is (29,72,25). Sum of RGB (Red+Green+Blue) = 29+72+25=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4819 is #E2B7E6. Grayscale: #353535. Windows color (decimal): -14858215 or 1656861. OLE color: 1656861.
HSL color Cylindrical-coordinate representation of color #1D4819: hue angle of 114.89º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4819 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 72 | 25 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.72 |
| HSL | 114.89º | 0.48% | 0.19% | - |
| HSV(B) | 114.89º | 0.65% | 0.28% | - |
| XYZ | 3 | 4.97 | 1.72 | - |
| YUV | 53.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 72 | 25 | 0.60 | 0 | 0.65 | 0.72 | 114.89 | 0.48 | 0.19 |
| Hex | 1D | 48 | 19 | 3C | 0 | 41 | 48 | 73 | 30 | 13 |
| Octal | 35 | 110 | 31 | 74 | 0 | 101 | 110 | 163 | 60 | 23 |
| Binary | 11101 | 1001000 | 11001 | 111100 | 0 | 1000001 | 1001000 | 1110011 | 110000 | 10011 |
Color Harmonies of #1D4819
Complementary color
Monochromatic Colors of #1D4819
Black with #1D4819
Text Example
Text Example
White with #1D4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4819; }
p { color: rgb(29,72,25); }
H1.HeaderClassName
{
color: #1D4819;
}
.AnyTagClassName
{
color: #1D4819;
}
</style>
background-color css
<style>
a { background-color: #1D4819; }
a { background-color: rgb(29,72,25); }
div.DivClassName
{
background-color: #1D4819;
}
.BgClassName
{
background-color: #1D4819;
}
</style>
border-color css
<style>
span { border-color: #1D4819; }
span { border-color: rgb(29,72,25); }
td.TdClassName
{
border-color: #1D4819;
}
.TagClassName
{
border-color: #1D4819;
}
</style>