Shades of Myrtle #1D4C12
Tints of Myrtle #1D4C12
RGB
CMYK
RGB Variations
Color information
#1D4C12 (or 0x1D4C12) is known color: Myrtle. HEX triplet: 1D, 4C and 12. RGB value is (29,76,18). Sum of RGB (Red+Green+Blue) = 29+76+18=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4C12 is #E2B3ED. Grayscale: #373737. Windows color (decimal): -14857198 or 1199133. OLE color: 1199133.
HSL color Cylindrical-coordinate representation of color #1D4C12: hue angle of 108.62º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4C12 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 18 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.70 |
| HSL | 108.62º | 0.62% | 0.18% | - |
| HSV(B) | 108.62º | 0.76% | 0.3% | - |
| XYZ | 3.2 | 5.47 | 1.46 | - |
| YUV | 55.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 18 | 0.62 | 0 | 0.76 | 0.70 | 108.62 | 0.62 | 0.18 |
| Hex | 1D | 4C | 12 | 3E | 0 | 4C | 46 | 6D | 3E | 12 |
| Octal | 35 | 114 | 22 | 76 | 0 | 114 | 106 | 155 | 76 | 22 |
| Binary | 11101 | 1001100 | 10010 | 111110 | 0 | 1001100 | 1000110 | 1101101 | 111110 | 10010 |
Color Harmonies of #1D4C12
Complementary color
Monochromatic Colors of #1D4C12
Black with #1D4C12
Text Example
Text Example
White with #1D4C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C12; }
p { color: rgb(29,76,18); }
H1.HeaderClassName
{
color: #1D4C12;
}
.AnyTagClassName
{
color: #1D4C12;
}
</style>
background-color css
<style>
a { background-color: #1D4C12; }
a { background-color: rgb(29,76,18); }
div.DivClassName
{
background-color: #1D4C12;
}
.BgClassName
{
background-color: #1D4C12;
}
</style>
border-color css
<style>
span { border-color: #1D4C12; }
span { border-color: rgb(29,76,18); }
td.TdClassName
{
border-color: #1D4C12;
}
.TagClassName
{
border-color: #1D4C12;
}
</style>