Shades of Myrtle #1D5310
Tints of Myrtle #1D5310
RGB
CMYK
RGB Variations
Color information
#1D5310 (or 0x1D5310) is known color: Myrtle. HEX triplet: 1D, 53 and 10. RGB value is (29,83,16). Sum of RGB (Red+Green+Blue) = 29+83+16=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5310 is #E2ACEF. Grayscale: #3B3B3B. Windows color (decimal): -14855408 or 1069853. OLE color: 1069853.
HSL color Cylindrical-coordinate representation of color #1D5310: hue angle of 108.36º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D5310 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 16 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.67 |
| HSL | 108.36º | 0.68% | 0.19% | - |
| HSV(B) | 108.36º | 0.81% | 0.33% | - |
| XYZ | 3.69 | 6.49 | 1.55 | - |
| YUV | 59.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 16 | 0.65 | 0 | 0.81 | 0.67 | 108.36 | 0.68 | 0.19 |
| Hex | 1D | 53 | 10 | 41 | 0 | 51 | 43 | 6C | 44 | 13 |
| Octal | 35 | 123 | 20 | 101 | 0 | 121 | 103 | 154 | 104 | 23 |
| Binary | 11101 | 1010011 | 10000 | 1000001 | 0 | 1010001 | 1000011 | 1101100 | 1000100 | 10011 |
Color Harmonies of #1D5310
Complementary color
Monochromatic Colors of #1D5310
Black with #1D5310
Text Example
Text Example
White with #1D5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5310; }
p { color: rgb(29,83,16); }
H1.HeaderClassName
{
color: #1D5310;
}
.AnyTagClassName
{
color: #1D5310;
}
</style>
background-color css
<style>
a { background-color: #1D5310; }
a { background-color: rgb(29,83,16); }
div.DivClassName
{
background-color: #1D5310;
}
.BgClassName
{
background-color: #1D5310;
}
</style>
border-color css
<style>
span { border-color: #1D5310; }
span { border-color: rgb(29,83,16); }
td.TdClassName
{
border-color: #1D5310;
}
.TagClassName
{
border-color: #1D5310;
}
</style>