Shades of Myrtle #1D550F
Tints of Myrtle #1D550F
RGB
CMYK
RGB Variations
Color information
#1D550F (or 0x1D550F) is known color: Myrtle. HEX triplet: 1D, 55 and 0F. RGB value is (29,85,15). Sum of RGB (Red+Green+Blue) = 29+85+15=129 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.48% from 129); Green value is 85 (33.59% from 255 or 65.89% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 85 - color contains mainly: green. Hex color #1D550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D550F is #E2AAF0. Grayscale: #3C3C3C. Windows color (decimal): -14854897 or 1004829. OLE color: 1004829.
HSL color Cylindrical-coordinate representation of color #1D550F: hue angle of 108º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D550F is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 15 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.67 |
| HSL | 108º | 0.7% | 0.2% | - |
| HSV(B) | 108º | 0.82% | 0.33% | - |
| XYZ | 3.84 | 6.79 | 1.56 | - |
| YUV | 60.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 15 | 0.66 | 0 | 0.82 | 0.67 | 108 | 0.7 | 0.2 |
| Hex | 1D | 55 | F | 42 | 0 | 52 | 43 | 6C | 46 | 14 |
| Octal | 35 | 125 | 17 | 102 | 0 | 122 | 103 | 154 | 106 | 24 |
| Binary | 11101 | 1010101 | 1111 | 1000010 | 0 | 1010010 | 1000011 | 1101100 | 1000110 | 10100 |
Color Harmonies of #1D550F
Complementary color
Monochromatic Colors of #1D550F
Black with #1D550F
Text Example
Text Example
White with #1D550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D550F; }
p { color: rgb(29,85,15); }
H1.HeaderClassName
{
color: #1D550F;
}
.AnyTagClassName
{
color: #1D550F;
}
</style>
background-color css
<style>
a { background-color: #1D550F; }
a { background-color: rgb(29,85,15); }
div.DivClassName
{
background-color: #1D550F;
}
.BgClassName
{
background-color: #1D550F;
}
</style>
border-color css
<style>
span { border-color: #1D550F; }
span { border-color: rgb(29,85,15); }
td.TdClassName
{
border-color: #1D550F;
}
.TagClassName
{
border-color: #1D550F;
}
</style>