Shades of Myrtle #1D4914
Tints of Myrtle #1D4914
RGB
CMYK
RGB Variations
Color information
#1D4914 (or 0x1D4914) is known color: Myrtle. HEX triplet: 1D, 49 and 14. RGB value is (29,73,20). Sum of RGB (Red+Green+Blue) = 29+73+20=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #1D4914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4914 is #E2B6EB. Grayscale: #353535. Windows color (decimal): -14857964 or 1329437. OLE color: 1329437.
HSL color Cylindrical-coordinate representation of color #1D4914: hue angle of 109.81º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D4914 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 20 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.71 |
| HSL | 109.81º | 0.57% | 0.18% | - |
| HSV(B) | 109.81º | 0.73% | 0.29% | - |
| XYZ | 3.02 | 5.08 | 1.48 | - |
| YUV | 53.8 | 108.92 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 20 | 0.60 | 0 | 0.73 | 0.71 | 109.81 | 0.57 | 0.18 |
| Hex | 1D | 49 | 14 | 3C | 0 | 49 | 47 | 6E | 39 | 12 |
| Octal | 35 | 111 | 24 | 74 | 0 | 111 | 107 | 156 | 71 | 22 |
| Binary | 11101 | 1001001 | 10100 | 111100 | 0 | 1001001 | 1000111 | 1101110 | 111001 | 10010 |
Color Harmonies of #1D4914
Complementary color
Monochromatic Colors of #1D4914
Black with #1D4914
Text Example
Text Example
White with #1D4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4914; }
p { color: rgb(29,73,20); }
H1.HeaderClassName
{
color: #1D4914;
}
.AnyTagClassName
{
color: #1D4914;
}
</style>
background-color css
<style>
a { background-color: #1D4914; }
a { background-color: rgb(29,73,20); }
div.DivClassName
{
background-color: #1D4914;
}
.BgClassName
{
background-color: #1D4914;
}
</style>
border-color css
<style>
span { border-color: #1D4914; }
span { border-color: rgb(29,73,20); }
td.TdClassName
{
border-color: #1D4914;
}
.TagClassName
{
border-color: #1D4914;
}
</style>