Shades of Myrtle #1D491D
Tints of Myrtle #1D491D
RGB
CMYK
RGB Variations
Color information
#1D491D (or 0x1D491D) is known color: Myrtle. HEX triplet: 1D, 49 and 1D. RGB value is (29,73,29). Sum of RGB (Red+Green+Blue) = 29+73+29=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 73 (28.91% from 255 or 55.73% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 73 - color contains mainly: green. Hex color #1D491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D491D is #E2B6E2. Grayscale: #363636. Windows color (decimal): -14857955 or 1919261. OLE color: 1919261.
HSL color Cylindrical-coordinate representation of color #1D491D: hue angle of 120º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D491D is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 29 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.71 |
| HSL | 120º | 0.43% | 0.2% | - |
| HSV(B) | 120º | 0.6% | 0.29% | - |
| XYZ | 3.11 | 5.12 | 1.99 | - |
| YUV | 54.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 29 | 0.60 | 0 | 0.60 | 0.71 | 120 | 0.43 | 0.2 |
| Hex | 1D | 49 | 1D | 3C | 0 | 3C | 47 | 78 | 2B | 14 |
| Octal | 35 | 111 | 35 | 74 | 0 | 74 | 107 | 170 | 53 | 24 |
| Binary | 11101 | 1001001 | 11101 | 111100 | 0 | 111100 | 1000111 | 1111000 | 101011 | 10100 |
Color Harmonies of #1D491D
Complementary color
Monochromatic Colors of #1D491D
Black with #1D491D
Text Example
Text Example
White with #1D491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D491D; }
p { color: rgb(29,73,29); }
H1.HeaderClassName
{
color: #1D491D;
}
.AnyTagClassName
{
color: #1D491D;
}
</style>
background-color css
<style>
a { background-color: #1D491D; }
a { background-color: rgb(29,73,29); }
div.DivClassName
{
background-color: #1D491D;
}
.BgClassName
{
background-color: #1D491D;
}
</style>
border-color css
<style>
span { border-color: #1D491D; }
span { border-color: rgb(29,73,29); }
td.TdClassName
{
border-color: #1D491D;
}
.TagClassName
{
border-color: #1D491D;
}
</style>