Shades of Myrtle #1D3D20
Tints of Myrtle #1D3D20
RGB
CMYK
RGB Variations
Color information
#1D3D20 (or 0x1D3D20) is known color: Myrtle. HEX triplet: 1D, 3D and 20. RGB value is (29,61,32). Sum of RGB (Red+Green+Blue) = 29+61+32=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D20 is #E2C2DF. Grayscale: #303030. Windows color (decimal): -14861024 or 2112797. OLE color: 2112797.
HSL color Cylindrical-coordinate representation of color #1D3D20: hue angle of 125.62º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D20 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 61 | 32 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.76 |
| HSL | 125.63º | 0.36% | 0.18% | - |
| HSV(B) | 125.63º | 0.52% | 0.24% | - |
| XYZ | 2.44 | 3.7 | 1.95 | - |
| YUV | 48.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 32 | 0.52 | 0 | 0.48 | 0.76 | 125.63 | 0.36 | 0.18 |
| Hex | 1D | 3D | 20 | 34 | 0 | 30 | 4C | 7E | 24 | 12 |
| Octal | 35 | 75 | 40 | 64 | 0 | 60 | 114 | 176 | 44 | 22 |
| Binary | 11101 | 111101 | 100000 | 110100 | 0 | 110000 | 1001100 | 1111110 | 100100 | 10010 |
Color Harmonies of #1D3D20
Complementary color
Monochromatic Colors of #1D3D20
Black with #1D3D20
Text Example
Text Example
White with #1D3D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D20; }
p { color: rgb(29,61,32); }
H1.HeaderClassName
{
color: #1D3D20;
}
.AnyTagClassName
{
color: #1D3D20;
}
</style>
background-color css
<style>
a { background-color: #1D3D20; }
a { background-color: rgb(29,61,32); }
div.DivClassName
{
background-color: #1D3D20;
}
.BgClassName
{
background-color: #1D3D20;
}
</style>
border-color css
<style>
span { border-color: #1D3D20; }
span { border-color: rgb(29,61,32); }
td.TdClassName
{
border-color: #1D3D20;
}
.TagClassName
{
border-color: #1D3D20;
}
</style>