Shades of Myrtle #1D4320
Tints of Myrtle #1D4320
RGB
CMYK
RGB Variations
Color information
#1D4320 (or 0x1D4320) is known color: Myrtle. HEX triplet: 1D, 43 and 20. RGB value is (29,67,32). Sum of RGB (Red+Green+Blue) = 29+67+32=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4320 is #E2BCDF. Grayscale: #333333. Windows color (decimal): -14859488 or 2114333. OLE color: 2114333.
HSL color Cylindrical-coordinate representation of color #1D4320: hue angle of 124.74º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D4320 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 32 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.74 |
| HSL | 124.74º | 0.4% | 0.19% | - |
| HSV(B) | 124.74º | 0.57% | 0.26% | - |
| XYZ | 2.77 | 4.38 | 2.07 | - |
| YUV | 51.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 32 | 0.57 | 0 | 0.52 | 0.74 | 124.74 | 0.4 | 0.19 |
| Hex | 1D | 43 | 20 | 39 | 0 | 34 | 4A | 7D | 28 | 13 |
| Octal | 35 | 103 | 40 | 71 | 0 | 64 | 112 | 175 | 50 | 23 |
| Binary | 11101 | 1000011 | 100000 | 111001 | 0 | 110100 | 1001010 | 1111101 | 101000 | 10011 |
Color Harmonies of #1D4320
Complementary color
Monochromatic Colors of #1D4320
Black with #1D4320
Text Example
Text Example
White with #1D4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4320; }
p { color: rgb(29,67,32); }
H1.HeaderClassName
{
color: #1D4320;
}
.AnyTagClassName
{
color: #1D4320;
}
</style>
background-color css
<style>
a { background-color: #1D4320; }
a { background-color: rgb(29,67,32); }
div.DivClassName
{
background-color: #1D4320;
}
.BgClassName
{
background-color: #1D4320;
}
</style>
border-color css
<style>
span { border-color: #1D4320; }
span { border-color: rgb(29,67,32); }
td.TdClassName
{
border-color: #1D4320;
}
.TagClassName
{
border-color: #1D4320;
}
</style>