Shades of Myrtle #1D6404
Tints of Myrtle #1D6404
RGB
CMYK
RGB Variations
Color information
#1D6404 (or 0x1D6404) is known color: Myrtle. HEX triplet: 1D, 64 and 04. RGB value is (29,100,4). Sum of RGB (Red+Green+Blue) = 29+100+4=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 100 (39.45% from 255 or 75.19% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 100 - color contains mainly: green. Hex color #1D6404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6404 is #E29BFB. Grayscale: #444444. Windows color (decimal): -14851068 or 287773. OLE color: 287773.
HSL color Cylindrical-coordinate representation of color #1D6404: hue angle of 104.38º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D6404 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 29 | 100 | 4 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.61 |
| HSL | 104.38º | 0.92% | 0.2% | - |
| HSV(B) | 104.38º | 0.96% | 0.39% | - |
| XYZ | 5.09 | 9.38 | 1.66 | - |
| YUV | 67.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 4 | 0.71 | 0 | 0.96 | 0.61 | 104.38 | 0.92 | 0.2 |
| Hex | 1D | 64 | 4 | 47 | 0 | 60 | 3D | 68 | 5C | 14 |
| Octal | 35 | 144 | 4 | 107 | 0 | 140 | 75 | 150 | 134 | 24 |
| Binary | 11101 | 1100100 | 100 | 1000111 | 0 | 1100000 | 111101 | 1101000 | 1011100 | 10100 |
Color Harmonies of #1D6404
Complementary color
Monochromatic Colors of #1D6404
Black with #1D6404
Text Example
Text Example
White with #1D6404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6404; }
p { color: rgb(29,100,4); }
H1.HeaderClassName
{
color: #1D6404;
}
.AnyTagClassName
{
color: #1D6404;
}
</style>
background-color css
<style>
a { background-color: #1D6404; }
a { background-color: rgb(29,100,4); }
div.DivClassName
{
background-color: #1D6404;
}
.BgClassName
{
background-color: #1D6404;
}
</style>
border-color css
<style>
span { border-color: #1D6404; }
span { border-color: rgb(29,100,4); }
td.TdClassName
{
border-color: #1D6404;
}
.TagClassName
{
border-color: #1D6404;
}
</style>