Shades of Myrtle #1D4321
Tints of Myrtle #1D4321
RGB
CMYK
RGB Variations
Color information
#1D4321 (or 0x1D4321) is known color: Myrtle. HEX triplet: 1D, 43 and 21. RGB value is (29,67,33). Sum of RGB (Red+Green+Blue) = 29+67+33=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #1D4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4321 is #E2BCDE. Grayscale: #333333. Windows color (decimal): -14859487 or 2179869. OLE color: 2179869.
HSL color Cylindrical-coordinate representation of color #1D4321: hue angle of 126.32º 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 #1D4321 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 67 | 33 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.74 |
| HSL | 126.32º | 0.4% | 0.19% | - |
| HSV(B) | 126.32º | 0.57% | 0.26% | - |
| XYZ | 2.79 | 4.39 | 2.14 | - |
| YUV | 51.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 67 | 33 | 0.57 | 0 | 0.51 | 0.74 | 126.32 | 0.4 | 0.19 |
| Hex | 1D | 43 | 21 | 39 | 0 | 33 | 4A | 7E | 28 | 13 |
| Octal | 35 | 103 | 41 | 71 | 0 | 63 | 112 | 176 | 50 | 23 |
| Binary | 11101 | 1000011 | 100001 | 111001 | 0 | 110011 | 1001010 | 1111110 | 101000 | 10011 |
Color Harmonies of #1D4321
Complementary color
Monochromatic Colors of #1D4321
Black with #1D4321
Text Example
Text Example
White with #1D4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4321; }
p { color: rgb(29,67,33); }
H1.HeaderClassName
{
color: #1D4321;
}
.AnyTagClassName
{
color: #1D4321;
}
</style>
background-color css
<style>
a { background-color: #1D4321; }
a { background-color: rgb(29,67,33); }
div.DivClassName
{
background-color: #1D4321;
}
.BgClassName
{
background-color: #1D4321;
}
</style>
border-color css
<style>
span { border-color: #1D4321; }
span { border-color: rgb(29,67,33); }
td.TdClassName
{
border-color: #1D4321;
}
.TagClassName
{
border-color: #1D4321;
}
</style>