Shades of Myrtle #1D4C25
Tints of Myrtle #1D4C25
RGB
CMYK
RGB Variations
Color information
#1D4C25 (or 0x1D4C25) is known color: Myrtle. HEX triplet: 1D, 4C and 25. RGB value is (29,76,37). Sum of RGB (Red+Green+Blue) = 29+76+37=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4C25 is #E2B3DA. Grayscale: #393939. Windows color (decimal): -14857179 or 2444317. OLE color: 2444317.
HSL color Cylindrical-coordinate representation of color #1D4C25: hue angle of 130.21º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D4C25 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 37 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.70 |
| HSL | 130.21º | 0.45% | 0.21% | - |
| HSV(B) | 130.21º | 0.62% | 0.3% | - |
| XYZ | 3.43 | 5.56 | 2.64 | - |
| YUV | 57.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 37 | 0.62 | 0 | 0.51 | 0.70 | 130.21 | 0.45 | 0.21 |
| Hex | 1D | 4C | 25 | 3E | 0 | 33 | 46 | 82 | 2D | 15 |
| Octal | 35 | 114 | 45 | 76 | 0 | 63 | 106 | 202 | 55 | 25 |
| Binary | 11101 | 1001100 | 100101 | 111110 | 0 | 110011 | 1000110 | 10000010 | 101101 | 10101 |
Color Harmonies of #1D4C25
Complementary color
Monochromatic Colors of #1D4C25
Black with #1D4C25
Text Example
Text Example
White with #1D4C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C25; }
p { color: rgb(29,76,37); }
H1.HeaderClassName
{
color: #1D4C25;
}
.AnyTagClassName
{
color: #1D4C25;
}
</style>
background-color css
<style>
a { background-color: #1D4C25; }
a { background-color: rgb(29,76,37); }
div.DivClassName
{
background-color: #1D4C25;
}
.BgClassName
{
background-color: #1D4C25;
}
</style>
border-color css
<style>
span { border-color: #1D4C25; }
span { border-color: rgb(29,76,37); }
td.TdClassName
{
border-color: #1D4C25;
}
.TagClassName
{
border-color: #1D4C25;
}
</style>