Shades of Salem #1D8857
Tints of Salem #1D8857
RGB
CMYK
RGB Variations
Color information
#1D8857 (or 0x1D8857) is known color: Salem. HEX triplet: 1D, 88 and 57. RGB value is (29,136,87). Sum of RGB (Red+Green+Blue) = 29+136+87=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8857 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8857 is #E277A8. Grayscale: #626262. Windows color (decimal): -14841769 or 5736477. OLE color: 5736477.
HSL color Cylindrical-coordinate representation of color #1D8857: hue angle of 152.52º 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 #1D8857 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 87 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.47 |
| HSL | 152.52º | 0.65% | 0.32% | - |
| HSV(B) | 152.52º | 0.79% | 0.53% | - |
| XYZ | 11.03 | 18.56 | 12.02 | - |
| YUV | 98.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 87 | 0.79 | 0 | 0.36 | 0.47 | 152.52 | 0.65 | 0.32 |
| Hex | 1D | 88 | 57 | 4F | 0 | 24 | 2F | 99 | 41 | 20 |
| Octal | 35 | 210 | 127 | 117 | 0 | 44 | 57 | 231 | 101 | 40 |
| Binary | 11101 | 10001000 | 1010111 | 1001111 | 0 | 100100 | 101111 | 10011001 | 1000001 | 100000 |
Color Harmonies of #1D8857
Complementary color
Monochromatic Colors of #1D8857
Black with #1D8857
Text Example
Text Example
White with #1D8857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8857; }
p { color: rgb(29,136,87); }
H1.HeaderClassName
{
color: #1D8857;
}
.AnyTagClassName
{
color: #1D8857;
}
</style>
background-color css
<style>
a { background-color: #1D8857; }
a { background-color: rgb(29,136,87); }
div.DivClassName
{
background-color: #1D8857;
}
.BgClassName
{
background-color: #1D8857;
}
</style>
border-color css
<style>
span { border-color: #1D8857; }
span { border-color: rgb(29,136,87); }
td.TdClassName
{
border-color: #1D8857;
}
.TagClassName
{
border-color: #1D8857;
}
</style>