Shades of Myrtle #1D4C14
Tints of Myrtle #1D4C14
RGB
CMYK
RGB Variations
Color information
#1D4C14 (or 0x1D4C14) is known color: Myrtle. HEX triplet: 1D, 4C and 14. RGB value is (29,76,20). Sum of RGB (Red+Green+Blue) = 29+76+20=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4C14 is #E2B3EB. Grayscale: #373737. Windows color (decimal): -14857196 or 1330205. OLE color: 1330205.
HSL color Cylindrical-coordinate representation of color #1D4C14: hue angle of 110.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D4C14 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 20 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.70 |
| HSL | 110.36º | 0.58% | 0.19% | - |
| HSV(B) | 110.36º | 0.74% | 0.3% | - |
| XYZ | 3.22 | 5.48 | 1.55 | - |
| YUV | 55.56 | 107.93 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 20 | 0.62 | 0 | 0.74 | 0.70 | 110.36 | 0.58 | 0.19 |
| Hex | 1D | 4C | 14 | 3E | 0 | 4A | 46 | 6E | 3A | 13 |
| Octal | 35 | 114 | 24 | 76 | 0 | 112 | 106 | 156 | 72 | 23 |
| Binary | 11101 | 1001100 | 10100 | 111110 | 0 | 1001010 | 1000110 | 1101110 | 111010 | 10011 |
Color Harmonies of #1D4C14
Complementary color
Monochromatic Colors of #1D4C14
Black with #1D4C14
Text Example
Text Example
White with #1D4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C14; }
p { color: rgb(29,76,20); }
H1.HeaderClassName
{
color: #1D4C14;
}
.AnyTagClassName
{
color: #1D4C14;
}
</style>
background-color css
<style>
a { background-color: #1D4C14; }
a { background-color: rgb(29,76,20); }
div.DivClassName
{
background-color: #1D4C14;
}
.BgClassName
{
background-color: #1D4C14;
}
</style>
border-color css
<style>
span { border-color: #1D4C14; }
span { border-color: rgb(29,76,20); }
td.TdClassName
{
border-color: #1D4C14;
}
.TagClassName
{
border-color: #1D4C14;
}
</style>