Shades of Salem #1D8753
Tints of Salem #1D8753
RGB
CMYK
RGB Variations
Color information
#1D8753 (or 0x1D8753) is known color: Salem. HEX triplet: 1D, 87 and 53. RGB value is (29,135,83). Sum of RGB (Red+Green+Blue) = 29+135+83=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8753 is #E278AC. Grayscale: #616161. Windows color (decimal): -14842029 or 5474077. OLE color: 5474077.
HSL color Cylindrical-coordinate representation of color #1D8753: hue angle of 150.57º 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 #1D8753 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 83 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.47 |
| HSL | 150.57º | 0.65% | 0.32% | - |
| HSV(B) | 150.57º | 0.79% | 0.53% | - |
| XYZ | 10.73 | 18.21 | 11.13 | - |
| YUV | 97.38 | 119.88 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 83 | 0.79 | 0 | 0.39 | 0.47 | 150.57 | 0.65 | 0.32 |
| Hex | 1D | 87 | 53 | 4F | 0 | 27 | 2F | 97 | 41 | 20 |
| Octal | 35 | 207 | 123 | 117 | 0 | 47 | 57 | 227 | 101 | 40 |
| Binary | 11101 | 10000111 | 1010011 | 1001111 | 0 | 100111 | 101111 | 10010111 | 1000001 | 100000 |
Color Harmonies of #1D8753
Complementary color
Monochromatic Colors of #1D8753
Black with #1D8753
Text Example
Text Example
White with #1D8753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8753; }
p { color: rgb(29,135,83); }
H1.HeaderClassName
{
color: #1D8753;
}
.AnyTagClassName
{
color: #1D8753;
}
</style>
background-color css
<style>
a { background-color: #1D8753; }
a { background-color: rgb(29,135,83); }
div.DivClassName
{
background-color: #1D8753;
}
.BgClassName
{
background-color: #1D8753;
}
</style>
border-color css
<style>
span { border-color: #1D8753; }
span { border-color: rgb(29,135,83); }
td.TdClassName
{
border-color: #1D8753;
}
.TagClassName
{
border-color: #1D8753;
}
</style>