Shades of Myrtle #1D4C15
Tints of Myrtle #1D4C15
RGB
CMYK
RGB Variations
Color information
#1D4C15 (or 0x1D4C15) is known color: Myrtle. HEX triplet: 1D, 4C and 15. RGB value is (29,76,21). Sum of RGB (Red+Green+Blue) = 29+76+21=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4C15 is #E2B3EA. Grayscale: #373737. Windows color (decimal): -14857195 or 1395741. OLE color: 1395741.
HSL color Cylindrical-coordinate representation of color #1D4C15: hue angle of 111.27º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D4C15 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 21 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.70 |
| HSL | 111.27º | 0.57% | 0.19% | - |
| HSV(B) | 111.27º | 0.72% | 0.3% | - |
| XYZ | 3.23 | 5.48 | 1.6 | - |
| YUV | 55.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 21 | 0.62 | 0 | 0.72 | 0.70 | 111.27 | 0.57 | 0.19 |
| Hex | 1D | 4C | 15 | 3E | 0 | 48 | 46 | 6F | 39 | 13 |
| Octal | 35 | 114 | 25 | 76 | 0 | 110 | 106 | 157 | 71 | 23 |
| Binary | 11101 | 1001100 | 10101 | 111110 | 0 | 1001000 | 1000110 | 1101111 | 111001 | 10011 |
Color Harmonies of #1D4C15
Complementary color
Monochromatic Colors of #1D4C15
Black with #1D4C15
Text Example
Text Example
White with #1D4C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C15; }
p { color: rgb(29,76,21); }
H1.HeaderClassName
{
color: #1D4C15;
}
.AnyTagClassName
{
color: #1D4C15;
}
</style>
background-color css
<style>
a { background-color: #1D4C15; }
a { background-color: rgb(29,76,21); }
div.DivClassName
{
background-color: #1D4C15;
}
.BgClassName
{
background-color: #1D4C15;
}
</style>
border-color css
<style>
span { border-color: #1D4C15; }
span { border-color: rgb(29,76,21); }
td.TdClassName
{
border-color: #1D4C15;
}
.TagClassName
{
border-color: #1D4C15;
}
</style>