Shades of Salem #1D8757
Tints of Salem #1D8757
RGB
CMYK
RGB Variations
Color information
#1D8757 (or 0x1D8757) is known color: Salem. HEX triplet: 1D, 87 and 57. RGB value is (29,135,87). Sum of RGB (Red+Green+Blue) = 29+135+87=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8757 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8757 is #E278A8. Grayscale: #616161. Windows color (decimal): -14842025 or 5736221. OLE color: 5736221.
HSL color Cylindrical-coordinate representation of color #1D8757: hue angle of 152.83º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8757 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 87 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.47 |
| HSL | 152.83º | 0.65% | 0.32% | - |
| HSV(B) | 152.83º | 0.79% | 0.53% | - |
| XYZ | 10.89 | 18.28 | 11.97 | - |
| YUV | 97.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 87 | 0.79 | 0 | 0.36 | 0.47 | 152.83 | 0.65 | 0.32 |
| Hex | 1D | 87 | 57 | 4F | 0 | 24 | 2F | 99 | 41 | 20 |
| Octal | 35 | 207 | 127 | 117 | 0 | 44 | 57 | 231 | 101 | 40 |
| Binary | 11101 | 10000111 | 1010111 | 1001111 | 0 | 100100 | 101111 | 10011001 | 1000001 | 100000 |
Color Harmonies of #1D8757
Complementary color
Monochromatic Colors of #1D8757
Black with #1D8757
Text Example
Text Example
White with #1D8757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8757; }
p { color: rgb(29,135,87); }
H1.HeaderClassName
{
color: #1D8757;
}
.AnyTagClassName
{
color: #1D8757;
}
</style>
background-color css
<style>
a { background-color: #1D8757; }
a { background-color: rgb(29,135,87); }
div.DivClassName
{
background-color: #1D8757;
}
.BgClassName
{
background-color: #1D8757;
}
</style>
border-color css
<style>
span { border-color: #1D8757; }
span { border-color: rgb(29,135,87); }
td.TdClassName
{
border-color: #1D8757;
}
.TagClassName
{
border-color: #1D8757;
}
</style>