Shades of Myrtle #1D401B
Tints of Myrtle #1D401B
RGB
CMYK
RGB Variations
Color information
#1D401B (or 0x1D401B) is known color: Myrtle. HEX triplet: 1D, 40 and 1B. RGB value is (29,64,27). Sum of RGB (Red+Green+Blue) = 29+64+27=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #1D401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D401B is #E2BFE4. Grayscale: #313131. Windows color (decimal): -14860261 or 1785885. OLE color: 1785885.
HSL color Cylindrical-coordinate representation of color #1D401B: hue angle of 116.76º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D401B is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 64 | 27 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.75 |
| HSL | 116.76º | 0.41% | 0.18% | - |
| HSV(B) | 116.76º | 0.58% | 0.25% | - |
| XYZ | 2.54 | 4.01 | 1.68 | - |
| YUV | 49.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 64 | 27 | 0.55 | 0 | 0.58 | 0.75 | 116.76 | 0.41 | 0.18 |
| Hex | 1D | 40 | 1B | 37 | 0 | 3A | 4B | 75 | 29 | 12 |
| Octal | 35 | 100 | 33 | 67 | 0 | 72 | 113 | 165 | 51 | 22 |
| Binary | 11101 | 1000000 | 11011 | 110111 | 0 | 111010 | 1001011 | 1110101 | 101001 | 10010 |
Color Harmonies of #1D401B
Complementary color
Monochromatic Colors of #1D401B
Black with #1D401B
Text Example
Text Example
White with #1D401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D401B; }
p { color: rgb(29,64,27); }
H1.HeaderClassName
{
color: #1D401B;
}
.AnyTagClassName
{
color: #1D401B;
}
</style>
background-color css
<style>
a { background-color: #1D401B; }
a { background-color: rgb(29,64,27); }
div.DivClassName
{
background-color: #1D401B;
}
.BgClassName
{
background-color: #1D401B;
}
</style>
border-color css
<style>
span { border-color: #1D401B; }
span { border-color: rgb(29,64,27); }
td.TdClassName
{
border-color: #1D401B;
}
.TagClassName
{
border-color: #1D401B;
}
</style>