Shades of Myrtle #1D5408
Tints of Myrtle #1D5408
RGB
CMYK
RGB Variations
Color information
#1D5408 (or 0x1D5408) is known color: Myrtle. HEX triplet: 1D, 54 and 08. RGB value is (29,84,8). Sum of RGB (Red+Green+Blue) = 29+84+8=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #1D5408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5408 is #E2ABF7. Grayscale: #3B3B3B. Windows color (decimal): -14855160 or 545821. OLE color: 545821.
HSL color Cylindrical-coordinate representation of color #1D5408: hue angle of 103.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D5408 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 84 | 8 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.67 |
| HSL | 103.42º | 0.83% | 0.18% | - |
| HSV(B) | 103.42º | 0.9% | 0.33% | - |
| XYZ | 3.72 | 6.62 | 1.31 | - |
| YUV | 58.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 8 | 0.65 | 0 | 0.90 | 0.67 | 103.42 | 0.83 | 0.18 |
| Hex | 1D | 54 | 8 | 41 | 0 | 5A | 43 | 67 | 53 | 12 |
| Octal | 35 | 124 | 10 | 101 | 0 | 132 | 103 | 147 | 123 | 22 |
| Binary | 11101 | 1010100 | 1000 | 1000001 | 0 | 1011010 | 1000011 | 1100111 | 1010011 | 10010 |
Color Harmonies of #1D5408
Complementary color
Monochromatic Colors of #1D5408
Black with #1D5408
Text Example
Text Example
White with #1D5408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5408; }
p { color: rgb(29,84,8); }
H1.HeaderClassName
{
color: #1D5408;
}
.AnyTagClassName
{
color: #1D5408;
}
</style>
background-color css
<style>
a { background-color: #1D5408; }
a { background-color: rgb(29,84,8); }
div.DivClassName
{
background-color: #1D5408;
}
.BgClassName
{
background-color: #1D5408;
}
</style>
border-color css
<style>
span { border-color: #1D5408; }
span { border-color: rgb(29,84,8); }
td.TdClassName
{
border-color: #1D5408;
}
.TagClassName
{
border-color: #1D5408;
}
</style>