Shades of Myrtle #1D491B
Tints of Myrtle #1D491B
RGB
CMYK
RGB Variations
Color information
#1D491B (or 0x1D491B) is known color: Myrtle. HEX triplet: 1D, 49 and 1B. RGB value is (29,73,27). Sum of RGB (Red+Green+Blue) = 29+73+27=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #1D491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D491B is #E2B6E4. Grayscale: #363636. Windows color (decimal): -14857957 or 1788189. OLE color: 1788189.
HSL color Cylindrical-coordinate representation of color #1D491B: hue angle of 117.39º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D491B is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 73 | 27 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.71 |
| HSL | 117.39º | 0.46% | 0.2% | - |
| HSV(B) | 117.39º | 0.63% | 0.29% | - |
| XYZ | 3.09 | 5.11 | 1.86 | - |
| YUV | 54.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 27 | 0.60 | 0 | 0.63 | 0.71 | 117.39 | 0.46 | 0.2 |
| Hex | 1D | 49 | 1B | 3C | 0 | 3F | 47 | 75 | 2E | 14 |
| Octal | 35 | 111 | 33 | 74 | 0 | 77 | 107 | 165 | 56 | 24 |
| Binary | 11101 | 1001001 | 11011 | 111100 | 0 | 111111 | 1000111 | 1110101 | 101110 | 10100 |
Color Harmonies of #1D491B
Complementary color
Monochromatic Colors of #1D491B
Black with #1D491B
Text Example
Text Example
White with #1D491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D491B; }
p { color: rgb(29,73,27); }
H1.HeaderClassName
{
color: #1D491B;
}
.AnyTagClassName
{
color: #1D491B;
}
</style>
background-color css
<style>
a { background-color: #1D491B; }
a { background-color: rgb(29,73,27); }
div.DivClassName
{
background-color: #1D491B;
}
.BgClassName
{
background-color: #1D491B;
}
</style>
border-color css
<style>
span { border-color: #1D491B; }
span { border-color: rgb(29,73,27); }
td.TdClassName
{
border-color: #1D491B;
}
.TagClassName
{
border-color: #1D491B;
}
</style>