Shades of Myrtle #1D500D
Tints of Myrtle #1D500D
RGB
CMYK
RGB Variations
Color information
#1D500D (or 0x1D500D) is known color: Myrtle. HEX triplet: 1D, 50 and 0D. RGB value is (29,80,13). Sum of RGB (Red+Green+Blue) = 29+80+13=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #1D500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D500D is #E2AFF2. Grayscale: #393939. Windows color (decimal): -14856179 or 872477. OLE color: 872477.
HSL color Cylindrical-coordinate representation of color #1D500D: hue angle of 105.67º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D500D is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 13 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.69 |
| HSL | 105.67º | 0.72% | 0.18% | - |
| HSV(B) | 105.67º | 0.84% | 0.31% | - |
| XYZ | 3.45 | 6.03 | 1.36 | - |
| YUV | 57.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 13 | 0.64 | 0 | 0.84 | 0.69 | 105.67 | 0.72 | 0.18 |
| Hex | 1D | 50 | D | 40 | 0 | 54 | 45 | 6A | 48 | 12 |
| Octal | 35 | 120 | 15 | 100 | 0 | 124 | 105 | 152 | 110 | 22 |
| Binary | 11101 | 1010000 | 1101 | 1000000 | 0 | 1010100 | 1000101 | 1101010 | 1001000 | 10010 |
Color Harmonies of #1D500D
Complementary color
Monochromatic Colors of #1D500D
Black with #1D500D
Text Example
Text Example
White with #1D500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D500D; }
p { color: rgb(29,80,13); }
H1.HeaderClassName
{
color: #1D500D;
}
.AnyTagClassName
{
color: #1D500D;
}
</style>
background-color css
<style>
a { background-color: #1D500D; }
a { background-color: rgb(29,80,13); }
div.DivClassName
{
background-color: #1D500D;
}
.BgClassName
{
background-color: #1D500D;
}
</style>
border-color css
<style>
span { border-color: #1D500D; }
span { border-color: rgb(29,80,13); }
td.TdClassName
{
border-color: #1D500D;
}
.TagClassName
{
border-color: #1D500D;
}
</style>