Shades of Myrtle #1D4705
Tints of Myrtle #1D4705
RGB
CMYK
RGB Variations
Color information
#1D4705 (or 0x1D4705) is known color: Myrtle. HEX triplet: 1D, 47 and 05. RGB value is (29,71,5). Sum of RGB (Red+Green+Blue) = 29+71+5=105 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.62% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4705 is #E2B8FA. Grayscale: #333333. Windows color (decimal): -14858491 or 345885. OLE color: 345885.
HSL color Cylindrical-coordinate representation of color #1D4705: hue angle of 98.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D4705 is Cyan = 0.59, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 5 | - |
| CMYK | 0.59 | 0 | 0.93 | 0.72 |
| HSL | 98.18º | 0.87% | 0.15% | - |
| HSV(B) | 98.18º | 0.93% | 0.28% | - |
| XYZ | 2.79 | 4.78 | 0.92 | - |
| YUV | 50.92 | 102.09 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 5 | 0.59 | 0 | 0.93 | 0.72 | 98.18 | 0.87 | 0.15 |
| Hex | 1D | 47 | 5 | 3B | 0 | 5D | 48 | 62 | 57 | F |
| Octal | 35 | 107 | 5 | 73 | 0 | 135 | 110 | 142 | 127 | 17 |
| Binary | 11101 | 1000111 | 101 | 111011 | 0 | 1011101 | 1001000 | 1100010 | 1010111 | 1111 |
Color Harmonies of #1D4705
Complementary color
Monochromatic Colors of #1D4705
Black with #1D4705
Text Example
Text Example
White with #1D4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4705; }
p { color: rgb(29,71,5); }
H1.HeaderClassName
{
color: #1D4705;
}
.AnyTagClassName
{
color: #1D4705;
}
</style>
background-color css
<style>
a { background-color: #1D4705; }
a { background-color: rgb(29,71,5); }
div.DivClassName
{
background-color: #1D4705;
}
.BgClassName
{
background-color: #1D4705;
}
</style>
border-color css
<style>
span { border-color: #1D4705; }
span { border-color: rgb(29,71,5); }
td.TdClassName
{
border-color: #1D4705;
}
.TagClassName
{
border-color: #1D4705;
}
</style>