Shades of Myrtle #1D610D
Tints of Myrtle #1D610D
RGB
CMYK
RGB Variations
Color information
#1D610D (or 0x1D610D) is known color: Myrtle. HEX triplet: 1D, 61 and 0D. RGB value is (29,97,13). Sum of RGB (Red+Green+Blue) = 29+97+13=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #1D610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D610D is #E29EF2. Grayscale: #434343. Windows color (decimal): -14851827 or 876829. OLE color: 876829.
HSL color Cylindrical-coordinate representation of color #1D610D: hue angle of 108.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D610D is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 97 | 13 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.62 |
| HSL | 108.57º | 0.76% | 0.22% | - |
| HSV(B) | 108.57º | 0.87% | 0.38% | - |
| XYZ | 4.85 | 8.84 | 1.83 | - |
| YUV | 67.09 | 97.47 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 13 | 0.70 | 0 | 0.87 | 0.62 | 108.57 | 0.76 | 0.22 |
| Hex | 1D | 61 | D | 46 | 0 | 57 | 3E | 6D | 4C | 16 |
| Octal | 35 | 141 | 15 | 106 | 0 | 127 | 76 | 155 | 114 | 26 |
| Binary | 11101 | 1100001 | 1101 | 1000110 | 0 | 1010111 | 111110 | 1101101 | 1001100 | 10110 |
Color Harmonies of #1D610D
Complementary color
Monochromatic Colors of #1D610D
Black with #1D610D
Text Example
Text Example
White with #1D610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D610D; }
p { color: rgb(29,97,13); }
H1.HeaderClassName
{
color: #1D610D;
}
.AnyTagClassName
{
color: #1D610D;
}
</style>
background-color css
<style>
a { background-color: #1D610D; }
a { background-color: rgb(29,97,13); }
div.DivClassName
{
background-color: #1D610D;
}
.BgClassName
{
background-color: #1D610D;
}
</style>
border-color css
<style>
span { border-color: #1D610D; }
span { border-color: rgb(29,97,13); }
td.TdClassName
{
border-color: #1D610D;
}
.TagClassName
{
border-color: #1D610D;
}
</style>