Shades of Myrtle #1D4A05
Tints of Myrtle #1D4A05
RGB
CMYK
RGB Variations
Color information
#1D4A05 (or 0x1D4A05) is known color: Myrtle. HEX triplet: 1D, 4A and 05. RGB value is (29,74,5). Sum of RGB (Red+Green+Blue) = 29+74+5=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 74 (29.30% from 255 or 68.52% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4A05 is #E2B5FA. Grayscale: #343434. Windows color (decimal): -14857723 or 346653. OLE color: 346653.
HSL color Cylindrical-coordinate representation of color #1D4A05: hue angle of 99.13º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D4A05 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 74 | 5 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.71 |
| HSL | 99.13º | 0.87% | 0.15% | - |
| HSV(B) | 99.13º | 0.93% | 0.29% | - |
| XYZ | 2.98 | 5.17 | 0.98 | - |
| YUV | 52.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 5 | 0.61 | 0 | 0.93 | 0.71 | 99.13 | 0.87 | 0.15 |
| Hex | 1D | 4A | 5 | 3D | 0 | 5D | 47 | 63 | 57 | F |
| Octal | 35 | 112 | 5 | 75 | 0 | 135 | 107 | 143 | 127 | 17 |
| Binary | 11101 | 1001010 | 101 | 111101 | 0 | 1011101 | 1000111 | 1100011 | 1010111 | 1111 |
Color Harmonies of #1D4A05
Complementary color
Monochromatic Colors of #1D4A05
Black with #1D4A05
Text Example
Text Example
White with #1D4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4A05; }
p { color: rgb(29,74,5); }
H1.HeaderClassName
{
color: #1D4A05;
}
.AnyTagClassName
{
color: #1D4A05;
}
</style>
background-color css
<style>
a { background-color: #1D4A05; }
a { background-color: rgb(29,74,5); }
div.DivClassName
{
background-color: #1D4A05;
}
.BgClassName
{
background-color: #1D4A05;
}
</style>
border-color css
<style>
span { border-color: #1D4A05; }
span { border-color: rgb(29,74,5); }
td.TdClassName
{
border-color: #1D4A05;
}
.TagClassName
{
border-color: #1D4A05;
}
</style>