Shades of Myrtle #1D4C21
Tints of Myrtle #1D4C21
RGB
CMYK
RGB Variations
Color information
#1D4C21 (or 0x1D4C21) is known color: Myrtle. HEX triplet: 1D, 4C and 21. RGB value is (29,76,33). Sum of RGB (Red+Green+Blue) = 29+76+33=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 76 (30.08% from 255 or 55.07% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4C21 is #E2B3DE. Grayscale: #393939. Windows color (decimal): -14857183 or 2182173. OLE color: 2182173.
HSL color Cylindrical-coordinate representation of color #1D4C21: hue angle of 125.11º 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 #1D4C21 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 76 | 33 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.70 |
| HSL | 125.11º | 0.45% | 0.21% | - |
| HSV(B) | 125.11º | 0.62% | 0.3% | - |
| XYZ | 3.37 | 5.54 | 2.33 | - |
| YUV | 57.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 33 | 0.62 | 0 | 0.57 | 0.70 | 125.11 | 0.45 | 0.21 |
| Hex | 1D | 4C | 21 | 3E | 0 | 39 | 46 | 7D | 2D | 15 |
| Octal | 35 | 114 | 41 | 76 | 0 | 71 | 106 | 175 | 55 | 25 |
| Binary | 11101 | 1001100 | 100001 | 111110 | 0 | 111001 | 1000110 | 1111101 | 101101 | 10101 |
Color Harmonies of #1D4C21
Complementary color
Monochromatic Colors of #1D4C21
Black with #1D4C21
Text Example
Text Example
White with #1D4C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4C21; }
p { color: rgb(29,76,33); }
H1.HeaderClassName
{
color: #1D4C21;
}
.AnyTagClassName
{
color: #1D4C21;
}
</style>
background-color css
<style>
a { background-color: #1D4C21; }
a { background-color: rgb(29,76,33); }
div.DivClassName
{
background-color: #1D4C21;
}
.BgClassName
{
background-color: #1D4C21;
}
</style>
border-color css
<style>
span { border-color: #1D4C21; }
span { border-color: rgb(29,76,33); }
td.TdClassName
{
border-color: #1D4C21;
}
.TagClassName
{
border-color: #1D4C21;
}
</style>