Shades of Myrtle #1D4C19
Tints of Myrtle #1D4C19
RGB
CMYK
RGB Variations
Color information
#1D4C19 (or 0x1D4C19) is known color: Myrtle. HEX triplet: 1D, 4C and 19. RGB value is (29,76,25). Sum of RGB (Red+Green+Blue) = 29+76+25=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4C19 is #E2B3E6. Grayscale: #383838. Windows color (decimal): -14857191 or 1657885. OLE color: 1657885.
HSL color Cylindrical-coordinate representation of color #1D4C19: hue angle of 115.29º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4C19 is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 25 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.70 |
| HSL | 115.29º | 0.5% | 0.2% | - |
| HSV(B) | 115.29º | 0.67% | 0.3% | - |
| XYZ | 3.27 | 5.5 | 1.81 | - |
| YUV | 56.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 25 | 0.62 | 0 | 0.67 | 0.70 | 115.29 | 0.5 | 0.2 |
| Hex | 1D | 4C | 19 | 3E | 0 | 43 | 46 | 73 | 32 | 14 |
| Octal | 35 | 114 | 31 | 76 | 0 | 103 | 106 | 163 | 62 | 24 |
| Binary | 11101 | 1001100 | 11001 | 111110 | 0 | 1000011 | 1000110 | 1110011 | 110010 | 10100 |
Color Harmonies of #1D4C19
Complementary color
Monochromatic Colors of #1D4C19
Black with #1D4C19
Text Example
Text Example
White with #1D4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C19; }
p { color: rgb(29,76,25); }
H1.HeaderClassName
{
color: #1D4C19;
}
.AnyTagClassName
{
color: #1D4C19;
}
</style>
background-color css
<style>
a { background-color: #1D4C19; }
a { background-color: rgb(29,76,25); }
div.DivClassName
{
background-color: #1D4C19;
}
.BgClassName
{
background-color: #1D4C19;
}
</style>
border-color css
<style>
span { border-color: #1D4C19; }
span { border-color: rgb(29,76,25); }
td.TdClassName
{
border-color: #1D4C19;
}
.TagClassName
{
border-color: #1D4C19;
}
</style>