Shades of Myrtle #1D4714
Tints of Myrtle #1D4714
RGB
CMYK
RGB Variations
Color information
#1D4714 (or 0x1D4714) is known color: Myrtle. HEX triplet: 1D, 47 and 14. RGB value is (29,71,20). Sum of RGB (Red+Green+Blue) = 29+71+20=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4714 is #E2B8EB. Grayscale: #343434. Windows color (decimal): -14858476 or 1328925. OLE color: 1328925.
HSL color Cylindrical-coordinate representation of color #1D4714: hue angle of 109.41º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4714 is Cyan = 0.59, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 20 | - |
| CMYK | 0.59 | 0 | 0.72 | 0.72 |
| HSL | 109.41º | 0.56% | 0.18% | - |
| HSV(B) | 109.41º | 0.72% | 0.28% | - |
| XYZ | 2.89 | 4.82 | 1.44 | - |
| YUV | 52.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 20 | 0.59 | 0 | 0.72 | 0.72 | 109.41 | 0.56 | 0.18 |
| Hex | 1D | 47 | 14 | 3B | 0 | 48 | 48 | 6D | 38 | 12 |
| Octal | 35 | 107 | 24 | 73 | 0 | 110 | 110 | 155 | 70 | 22 |
| Binary | 11101 | 1000111 | 10100 | 111011 | 0 | 1001000 | 1001000 | 1101101 | 111000 | 10010 |
Color Harmonies of #1D4714
Complementary color
Monochromatic Colors of #1D4714
Black with #1D4714
Text Example
Text Example
White with #1D4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4714; }
p { color: rgb(29,71,20); }
H1.HeaderClassName
{
color: #1D4714;
}
.AnyTagClassName
{
color: #1D4714;
}
</style>
background-color css
<style>
a { background-color: #1D4714; }
a { background-color: rgb(29,71,20); }
div.DivClassName
{
background-color: #1D4714;
}
.BgClassName
{
background-color: #1D4714;
}
</style>
border-color css
<style>
span { border-color: #1D4714; }
span { border-color: rgb(29,71,20); }
td.TdClassName
{
border-color: #1D4714;
}
.TagClassName
{
border-color: #1D4714;
}
</style>