Shades of Myrtle #1D4304
Tints of Myrtle #1D4304
RGB
CMYK
RGB Variations
Color information
#1D4304 (or 0x1D4304) is known color: Myrtle. HEX triplet: 1D, 43 and 04. RGB value is (29,67,4). Sum of RGB (Red+Green+Blue) = 29+67+4=100 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4304 is #E2BCFB. Grayscale: #303030. Windows color (decimal): -14859516 or 279325. OLE color: 279325.
HSL color Cylindrical-coordinate representation of color #1D4304: hue angle of 96.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D4304 is Cyan = 0.57, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 4 | - |
| CMYK | 0.57 | 0 | 0.94 | 0.74 |
| HSL | 96.19º | 0.89% | 0.14% | - |
| HSV(B) | 96.19º | 0.94% | 0.26% | - |
| XYZ | 2.54 | 4.28 | 0.81 | - |
| YUV | 48.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 4 | 0.57 | 0 | 0.94 | 0.74 | 96.19 | 0.89 | 0.14 |
| Hex | 1D | 43 | 4 | 39 | 0 | 5E | 4A | 60 | 59 | E |
| Octal | 35 | 103 | 4 | 71 | 0 | 136 | 112 | 140 | 131 | 16 |
| Binary | 11101 | 1000011 | 100 | 111001 | 0 | 1011110 | 1001010 | 1100000 | 1011001 | 1110 |
Color Harmonies of #1D4304
Complementary color
Monochromatic Colors of #1D4304
Black with #1D4304
Text Example
Text Example
White with #1D4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4304; }
p { color: rgb(29,67,4); }
H1.HeaderClassName
{
color: #1D4304;
}
.AnyTagClassName
{
color: #1D4304;
}
</style>
background-color css
<style>
a { background-color: #1D4304; }
a { background-color: rgb(29,67,4); }
div.DivClassName
{
background-color: #1D4304;
}
.BgClassName
{
background-color: #1D4304;
}
</style>
border-color css
<style>
span { border-color: #1D4304; }
span { border-color: rgb(29,67,4); }
td.TdClassName
{
border-color: #1D4304;
}
.TagClassName
{
border-color: #1D4304;
}
</style>