Shades of Myrtle #1D410D
Tints of Myrtle #1D410D
RGB
CMYK
RGB Variations
Color information
#1D410D (or 0x1D410D) is known color: Myrtle. HEX triplet: 1D, 41 and 0D. RGB value is (29,65,13). Sum of RGB (Red+Green+Blue) = 29+65+13=107 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.10% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #1D410D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D410D is #E2BEF2. Grayscale: #303030. Windows color (decimal): -14860019 or 868637. OLE color: 868637.
HSL color Cylindrical-coordinate representation of color #1D410D: hue angle of 101.54º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D410D is Cyan = 0.55, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 65 | 13 | - |
| CMYK | 0.55 | 0 | 0.80 | 0.75 |
| HSL | 101.54º | 0.67% | 0.15% | - |
| HSV(B) | 101.54º | 0.8% | 0.25% | - |
| XYZ | 2.47 | 4.07 | 1.04 | - |
| YUV | 48.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 65 | 13 | 0.55 | 0 | 0.80 | 0.75 | 101.54 | 0.67 | 0.15 |
| Hex | 1D | 41 | D | 37 | 0 | 50 | 4B | 66 | 43 | F |
| Octal | 35 | 101 | 15 | 67 | 0 | 120 | 113 | 146 | 103 | 17 |
| Binary | 11101 | 1000001 | 1101 | 110111 | 0 | 1010000 | 1001011 | 1100110 | 1000011 | 1111 |
Color Harmonies of #1D410D
Complementary color
Monochromatic Colors of #1D410D
Black with #1D410D
Text Example
Text Example
White with #1D410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D410D; }
p { color: rgb(29,65,13); }
H1.HeaderClassName
{
color: #1D410D;
}
.AnyTagClassName
{
color: #1D410D;
}
</style>
background-color css
<style>
a { background-color: #1D410D; }
a { background-color: rgb(29,65,13); }
div.DivClassName
{
background-color: #1D410D;
}
.BgClassName
{
background-color: #1D410D;
}
</style>
border-color css
<style>
span { border-color: #1D410D; }
span { border-color: rgb(29,65,13); }
td.TdClassName
{
border-color: #1D410D;
}
.TagClassName
{
border-color: #1D410D;
}
</style>