Shades of Myrtle #1D4614
Tints of Myrtle #1D4614
RGB
CMYK
RGB Variations
Color information
#1D4614 (or 0x1D4614) is known color: Myrtle. HEX triplet: 1D, 46 and 14. RGB value is (29,70,20). Sum of RGB (Red+Green+Blue) = 29+70+20=119 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.37% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4614 is #E2B9EB. Grayscale: #343434. Windows color (decimal): -14858732 or 1328669. OLE color: 1328669.
HSL color Cylindrical-coordinate representation of color #1D4614: hue angle of 109.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D4614 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 70 | 20 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.73 |
| HSL | 109.2º | 0.56% | 0.18% | - |
| HSV(B) | 109.2º | 0.71% | 0.27% | - |
| XYZ | 2.82 | 4.69 | 1.42 | - |
| YUV | 52.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 20 | 0.59 | 0 | 0.71 | 0.73 | 109.2 | 0.56 | 0.18 |
| Hex | 1D | 46 | 14 | 3B | 0 | 47 | 49 | 6D | 38 | 12 |
| Octal | 35 | 106 | 24 | 73 | 0 | 107 | 111 | 155 | 70 | 22 |
| Binary | 11101 | 1000110 | 10100 | 111011 | 0 | 1000111 | 1001001 | 1101101 | 111000 | 10010 |
Color Harmonies of #1D4614
Complementary color
Monochromatic Colors of #1D4614
Black with #1D4614
Text Example
Text Example
White with #1D4614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4614; }
p { color: rgb(29,70,20); }
H1.HeaderClassName
{
color: #1D4614;
}
.AnyTagClassName
{
color: #1D4614;
}
</style>
background-color css
<style>
a { background-color: #1D4614; }
a { background-color: rgb(29,70,20); }
div.DivClassName
{
background-color: #1D4614;
}
.BgClassName
{
background-color: #1D4614;
}
</style>
border-color css
<style>
span { border-color: #1D4614; }
span { border-color: rgb(29,70,20); }
td.TdClassName
{
border-color: #1D4614;
}
.TagClassName
{
border-color: #1D4614;
}
</style>