Shades of Salem #1D8550
Tints of Salem #1D8550
RGB
CMYK
RGB Variations
Color information
#1D8550 (or 0x1D8550) is known color: Salem. HEX triplet: 1D, 85 and 50. RGB value is (29,133,80). Sum of RGB (Red+Green+Blue) = 29+133+80=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8550 is #E27AAF. Grayscale: #5F5F5F. Windows color (decimal): -14842544 or 5276957. OLE color: 5276957.
HSL color Cylindrical-coordinate representation of color #1D8550: hue angle of 149.42º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8550 is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 80 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.48 |
| HSL | 149.42º | 0.64% | 0.32% | - |
| HSV(B) | 149.42º | 0.78% | 0.52% | - |
| XYZ | 10.34 | 17.62 | 10.44 | - |
| YUV | 95.86 | 119.04 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 80 | 0.78 | 0 | 0.40 | 0.48 | 149.42 | 0.64 | 0.32 |
| Hex | 1D | 85 | 50 | 4E | 0 | 28 | 30 | 95 | 40 | 20 |
| Octal | 35 | 205 | 120 | 116 | 0 | 50 | 60 | 225 | 100 | 40 |
| Binary | 11101 | 10000101 | 1010000 | 1001110 | 0 | 101000 | 110000 | 10010101 | 1000000 | 100000 |
Color Harmonies of #1D8550
Complementary color
Monochromatic Colors of #1D8550
Black with #1D8550
Text Example
Text Example
White with #1D8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8550; }
p { color: rgb(29,133,80); }
H1.HeaderClassName
{
color: #1D8550;
}
.AnyTagClassName
{
color: #1D8550;
}
</style>
background-color css
<style>
a { background-color: #1D8550; }
a { background-color: rgb(29,133,80); }
div.DivClassName
{
background-color: #1D8550;
}
.BgClassName
{
background-color: #1D8550;
}
</style>
border-color css
<style>
span { border-color: #1D8550; }
span { border-color: rgb(29,133,80); }
td.TdClassName
{
border-color: #1D8550;
}
.TagClassName
{
border-color: #1D8550;
}
</style>