Shades of Salem #1D8758
Tints of Salem #1D8758
RGB
CMYK
RGB Variations
Color information
#1D8758 (or 0x1D8758) is known color: Salem. HEX triplet: 1D, 87 and 58. RGB value is (29,135,88). Sum of RGB (Red+Green+Blue) = 29+135+88=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8758 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8758 is #E278A7. Grayscale: #626262. Windows color (decimal): -14842024 or 5801757. OLE color: 5801757.
HSL color Cylindrical-coordinate representation of color #1D8758: hue angle of 153.4º 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 #1D8758 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 88 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.47 |
| HSL | 153.4º | 0.65% | 0.32% | - |
| HSV(B) | 153.4º | 0.79% | 0.53% | - |
| XYZ | 10.93 | 18.29 | 12.19 | - |
| YUV | 97.95 | 122.38 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 88 | 0.79 | 0 | 0.35 | 0.47 | 153.4 | 0.65 | 0.32 |
| Hex | 1D | 87 | 58 | 4F | 0 | 23 | 2F | 99 | 41 | 20 |
| Octal | 35 | 207 | 130 | 117 | 0 | 43 | 57 | 231 | 101 | 40 |
| Binary | 11101 | 10000111 | 1011000 | 1001111 | 0 | 100011 | 101111 | 10011001 | 1000001 | 100000 |
Color Harmonies of #1D8758
Complementary color
Monochromatic Colors of #1D8758
Black with #1D8758
Text Example
Text Example
White with #1D8758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8758; }
p { color: rgb(29,135,88); }
H1.HeaderClassName
{
color: #1D8758;
}
.AnyTagClassName
{
color: #1D8758;
}
</style>
background-color css
<style>
a { background-color: #1D8758; }
a { background-color: rgb(29,135,88); }
div.DivClassName
{
background-color: #1D8758;
}
.BgClassName
{
background-color: #1D8758;
}
</style>
border-color css
<style>
span { border-color: #1D8758; }
span { border-color: rgb(29,135,88); }
td.TdClassName
{
border-color: #1D8758;
}
.TagClassName
{
border-color: #1D8758;
}
</style>