Shades of Myrtle #1D600D
Tints of Myrtle #1D600D
RGB
CMYK
RGB Variations
Color information
#1D600D (or 0x1D600D) is known color: Myrtle. HEX triplet: 1D, 60 and 0D. RGB value is (29,96,13). Sum of RGB (Red+Green+Blue) = 29+96+13=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #1D600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D600D is #E29FF2. Grayscale: #424242. Windows color (decimal): -14852083 or 876573. OLE color: 876573.
HSL color Cylindrical-coordinate representation of color #1D600D: hue angle of 108.43º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D600D is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 13 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.62 |
| HSL | 108.43º | 0.76% | 0.21% | - |
| HSV(B) | 108.43º | 0.86% | 0.38% | - |
| XYZ | 4.76 | 8.66 | 1.8 | - |
| YUV | 66.51 | 97.8 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 13 | 0.70 | 0 | 0.86 | 0.62 | 108.43 | 0.76 | 0.21 |
| Hex | 1D | 60 | D | 46 | 0 | 56 | 3E | 6C | 4C | 15 |
| Octal | 35 | 140 | 15 | 106 | 0 | 126 | 76 | 154 | 114 | 25 |
| Binary | 11101 | 1100000 | 1101 | 1000110 | 0 | 1010110 | 111110 | 1101100 | 1001100 | 10101 |
Color Harmonies of #1D600D
Complementary color
Monochromatic Colors of #1D600D
Black with #1D600D
Text Example
Text Example
White with #1D600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D600D; }
p { color: rgb(29,96,13); }
H1.HeaderClassName
{
color: #1D600D;
}
.AnyTagClassName
{
color: #1D600D;
}
</style>
background-color css
<style>
a { background-color: #1D600D; }
a { background-color: rgb(29,96,13); }
div.DivClassName
{
background-color: #1D600D;
}
.BgClassName
{
background-color: #1D600D;
}
</style>
border-color css
<style>
span { border-color: #1D600D; }
span { border-color: rgb(29,96,13); }
td.TdClassName
{
border-color: #1D600D;
}
.TagClassName
{
border-color: #1D600D;
}
</style>