Shades of Salem #1D8759
Tints of Salem #1D8759
RGB
CMYK
RGB Variations
Color information
#1D8759 (or 0x1D8759) is known color: Salem. HEX triplet: 1D, 87 and 59. RGB value is (29,135,89). Sum of RGB (Red+Green+Blue) = 29+135+89=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #1D8759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8759 is #E278A6. Grayscale: #626262. Windows color (decimal): -14842023 or 5867293. OLE color: 5867293.
HSL color Cylindrical-coordinate representation of color #1D8759: hue angle of 153.96º 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 #1D8759 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 135 | 89 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.47 |
| HSL | 153.96º | 0.65% | 0.32% | - |
| HSV(B) | 153.96º | 0.79% | 0.53% | - |
| XYZ | 10.97 | 18.31 | 12.41 | - |
| YUV | 98.06 | 122.88 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 89 | 0.79 | 0 | 0.34 | 0.47 | 153.96 | 0.65 | 0.32 |
| Hex | 1D | 87 | 59 | 4F | 0 | 22 | 2F | 9A | 41 | 20 |
| Octal | 35 | 207 | 131 | 117 | 0 | 42 | 57 | 232 | 101 | 40 |
| Binary | 11101 | 10000111 | 1011001 | 1001111 | 0 | 100010 | 101111 | 10011010 | 1000001 | 100000 |
Color Harmonies of #1D8759
Complementary color
Monochromatic Colors of #1D8759
Black with #1D8759
Text Example
Text Example
White with #1D8759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8759; }
p { color: rgb(29,135,89); }
H1.HeaderClassName
{
color: #1D8759;
}
.AnyTagClassName
{
color: #1D8759;
}
</style>
background-color css
<style>
a { background-color: #1D8759; }
a { background-color: rgb(29,135,89); }
div.DivClassName
{
background-color: #1D8759;
}
.BgClassName
{
background-color: #1D8759;
}
</style>
border-color css
<style>
span { border-color: #1D8759; }
span { border-color: rgb(29,135,89); }
td.TdClassName
{
border-color: #1D8759;
}
.TagClassName
{
border-color: #1D8759;
}
</style>