Shades of Myrtle #1D550B
Tints of Myrtle #1D550B
RGB
CMYK
RGB Variations
Color information
#1D550B (or 0x1D550B) is known color: Myrtle. HEX triplet: 1D, 55 and 0B. RGB value is (29,85,11). Sum of RGB (Red+Green+Blue) = 29+85+11=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #1D550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D550B is #E2AAF4. Grayscale: #3C3C3C. Windows color (decimal): -14854901 or 742685. OLE color: 742685.
HSL color Cylindrical-coordinate representation of color #1D550B: hue angle of 105.41º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D550B is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 11 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.67 |
| HSL | 105.41º | 0.77% | 0.19% | - |
| HSV(B) | 105.41º | 0.87% | 0.33% | - |
| XYZ | 3.82 | 6.78 | 1.42 | - |
| YUV | 59.82 | 100.45 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 11 | 0.66 | 0 | 0.87 | 0.67 | 105.41 | 0.77 | 0.19 |
| Hex | 1D | 55 | B | 42 | 0 | 57 | 43 | 69 | 4D | 13 |
| Octal | 35 | 125 | 13 | 102 | 0 | 127 | 103 | 151 | 115 | 23 |
| Binary | 11101 | 1010101 | 1011 | 1000010 | 0 | 1010111 | 1000011 | 1101001 | 1001101 | 10011 |
Color Harmonies of #1D550B
Complementary color
Monochromatic Colors of #1D550B
Black with #1D550B
Text Example
Text Example
White with #1D550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D550B; }
p { color: rgb(29,85,11); }
H1.HeaderClassName
{
color: #1D550B;
}
.AnyTagClassName
{
color: #1D550B;
}
</style>
background-color css
<style>
a { background-color: #1D550B; }
a { background-color: rgb(29,85,11); }
div.DivClassName
{
background-color: #1D550B;
}
.BgClassName
{
background-color: #1D550B;
}
</style>
border-color css
<style>
span { border-color: #1D550B; }
span { border-color: rgb(29,85,11); }
td.TdClassName
{
border-color: #1D550B;
}
.TagClassName
{
border-color: #1D550B;
}
</style>