Shades of Salem #1D8955
Tints of Salem #1D8955
RGB
CMYK
RGB Variations
Color information
#1D8955 (or 0x1D8955) is known color: Salem. HEX triplet: 1D, 89 and 55. RGB value is (29,137,85). Sum of RGB (Red+Green+Blue) = 29+137+85=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #1D8955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8955 is #E276AA. Grayscale: #626262. Windows color (decimal): -14841515 or 5605661. OLE color: 5605661.
HSL color Cylindrical-coordinate representation of color #1D8955: hue angle of 151.11º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8955 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 137 | 85 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.46 |
| HSL | 151.11º | 0.65% | 0.33% | - |
| HSV(B) | 151.11º | 0.79% | 0.54% | - |
| XYZ | 11.09 | 18.81 | 11.64 | - |
| YUV | 98.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 85 | 0.79 | 0 | 0.38 | 0.46 | 151.11 | 0.65 | 0.33 |
| Hex | 1D | 89 | 55 | 4F | 0 | 26 | 2E | 97 | 41 | 21 |
| Octal | 35 | 211 | 125 | 117 | 0 | 46 | 56 | 227 | 101 | 41 |
| Binary | 11101 | 10001001 | 1010101 | 1001111 | 0 | 100110 | 101110 | 10010111 | 1000001 | 100001 |
Color Harmonies of #1D8955
Complementary color
Monochromatic Colors of #1D8955
Black with #1D8955
Text Example
Text Example
White with #1D8955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8955; }
p { color: rgb(29,137,85); }
H1.HeaderClassName
{
color: #1D8955;
}
.AnyTagClassName
{
color: #1D8955;
}
</style>
background-color css
<style>
a { background-color: #1D8955; }
a { background-color: rgb(29,137,85); }
div.DivClassName
{
background-color: #1D8955;
}
.BgClassName
{
background-color: #1D8955;
}
</style>
border-color css
<style>
span { border-color: #1D8955; }
span { border-color: rgb(29,137,85); }
td.TdClassName
{
border-color: #1D8955;
}
.TagClassName
{
border-color: #1D8955;
}
</style>