Shades of Myrtle #1D5319
Tints of Myrtle #1D5319
RGB
CMYK
RGB Variations
Color information
#1D5319 (or 0x1D5319) is known color: Myrtle. HEX triplet: 1D, 53 and 19. RGB value is (29,83,25). Sum of RGB (Red+Green+Blue) = 29+83+25=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #1D5319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5319 is #E2ACE6. Grayscale: #3C3C3C. Windows color (decimal): -14855399 or 1659677. OLE color: 1659677.
HSL color Cylindrical-coordinate representation of color #1D5319: hue angle of 115.86º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D5319 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 83 | 25 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.67 |
| HSL | 115.86º | 0.54% | 0.21% | - |
| HSV(B) | 115.86º | 0.7% | 0.33% | - |
| XYZ | 3.78 | 6.52 | 1.98 | - |
| YUV | 60.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 25 | 0.65 | 0 | 0.70 | 0.67 | 115.86 | 0.54 | 0.21 |
| Hex | 1D | 53 | 19 | 41 | 0 | 46 | 43 | 74 | 36 | 15 |
| Octal | 35 | 123 | 31 | 101 | 0 | 106 | 103 | 164 | 66 | 25 |
| Binary | 11101 | 1010011 | 11001 | 1000001 | 0 | 1000110 | 1000011 | 1110100 | 110110 | 10101 |
Color Harmonies of #1D5319
Complementary color
Monochromatic Colors of #1D5319
Black with #1D5319
Text Example
Text Example
White with #1D5319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5319; }
p { color: rgb(29,83,25); }
H1.HeaderClassName
{
color: #1D5319;
}
.AnyTagClassName
{
color: #1D5319;
}
</style>
background-color css
<style>
a { background-color: #1D5319; }
a { background-color: rgb(29,83,25); }
div.DivClassName
{
background-color: #1D5319;
}
.BgClassName
{
background-color: #1D5319;
}
</style>
border-color css
<style>
span { border-color: #1D5319; }
span { border-color: rgb(29,83,25); }
td.TdClassName
{
border-color: #1D5319;
}
.TagClassName
{
border-color: #1D5319;
}
</style>