Shades of Myrtle #1D5010
Tints of Myrtle #1D5010
RGB
CMYK
RGB Variations
Color information
#1D5010 (or 0x1D5010) is known color: Myrtle. HEX triplet: 1D, 50 and 10. RGB value is (29,80,16). Sum of RGB (Red+Green+Blue) = 29+80+16=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #1D5010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5010 is #E2AFEF. Grayscale: #393939. Windows color (decimal): -14856176 or 1069085. OLE color: 1069085.
HSL color Cylindrical-coordinate representation of color #1D5010: hue angle of 107.81º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D5010 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 80 | 16 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.69 |
| HSL | 107.81º | 0.67% | 0.19% | - |
| HSV(B) | 107.81º | 0.8% | 0.31% | - |
| XYZ | 3.47 | 6.04 | 1.47 | - |
| YUV | 57.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 80 | 16 | 0.64 | 0 | 0.80 | 0.69 | 107.81 | 0.67 | 0.19 |
| Hex | 1D | 50 | 10 | 40 | 0 | 50 | 45 | 6C | 43 | 13 |
| Octal | 35 | 120 | 20 | 100 | 0 | 120 | 105 | 154 | 103 | 23 |
| Binary | 11101 | 1010000 | 10000 | 1000000 | 0 | 1010000 | 1000101 | 1101100 | 1000011 | 10011 |
Color Harmonies of #1D5010
Complementary color
Monochromatic Colors of #1D5010
Black with #1D5010
Text Example
Text Example
White with #1D5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5010; }
p { color: rgb(29,80,16); }
H1.HeaderClassName
{
color: #1D5010;
}
.AnyTagClassName
{
color: #1D5010;
}
</style>
background-color css
<style>
a { background-color: #1D5010; }
a { background-color: rgb(29,80,16); }
div.DivClassName
{
background-color: #1D5010;
}
.BgClassName
{
background-color: #1D5010;
}
</style>
border-color css
<style>
span { border-color: #1D5010; }
span { border-color: rgb(29,80,16); }
td.TdClassName
{
border-color: #1D5010;
}
.TagClassName
{
border-color: #1D5010;
}
</style>