Shades of Myrtle #1D5316
Tints of Myrtle #1D5316
RGB
CMYK
RGB Variations
Color information
#1D5316 (or 0x1D5316) is known color: Myrtle. HEX triplet: 1D, 53 and 16. RGB value is (29,83,22). Sum of RGB (Red+Green+Blue) = 29+83+22=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5316 is #E2ACE9. Grayscale: #3C3C3C. Windows color (decimal): -14855402 or 1463069. OLE color: 1463069.
HSL color Cylindrical-coordinate representation of color #1D5316: hue angle of 113.11º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D5316 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 22 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.67 |
| HSL | 113.11º | 0.58% | 0.21% | - |
| HSV(B) | 113.11º | 0.73% | 0.33% | - |
| XYZ | 3.74 | 6.51 | 1.82 | - |
| YUV | 59.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 22 | 0.65 | 0 | 0.73 | 0.67 | 113.11 | 0.58 | 0.21 |
| Hex | 1D | 53 | 16 | 41 | 0 | 49 | 43 | 71 | 3A | 15 |
| Octal | 35 | 123 | 26 | 101 | 0 | 111 | 103 | 161 | 72 | 25 |
| Binary | 11101 | 1010011 | 10110 | 1000001 | 0 | 1001001 | 1000011 | 1110001 | 111010 | 10101 |
Color Harmonies of #1D5316
Complementary color
Monochromatic Colors of #1D5316
Black with #1D5316
Text Example
Text Example
White with #1D5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5316; }
p { color: rgb(29,83,22); }
H1.HeaderClassName
{
color: #1D5316;
}
.AnyTagClassName
{
color: #1D5316;
}
</style>
background-color css
<style>
a { background-color: #1D5316; }
a { background-color: rgb(29,83,22); }
div.DivClassName
{
background-color: #1D5316;
}
.BgClassName
{
background-color: #1D5316;
}
</style>
border-color css
<style>
span { border-color: #1D5316; }
span { border-color: rgb(29,83,22); }
td.TdClassName
{
border-color: #1D5316;
}
.TagClassName
{
border-color: #1D5316;
}
</style>