Shades of Salem #1D8855
Tints of Salem #1D8855
RGB
CMYK
RGB Variations
Color information
#1D8855 (or 0x1D8855) is known color: Salem. HEX triplet: 1D, 88 and 55. RGB value is (29,136,85). Sum of RGB (Red+Green+Blue) = 29+136+85=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 136 (53.52% from 255 or 54.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 136 - color contains mainly: green. Hex color #1D8855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8855 is #E277AA. Grayscale: #626262. Windows color (decimal): -14841771 or 5605405. OLE color: 5605405.
HSL color Cylindrical-coordinate representation of color #1D8855: hue angle of 151.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 #1D8855 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 136 | 85 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.47 |
| HSL | 151.4º | 0.65% | 0.32% | - |
| HSV(B) | 151.4º | 0.79% | 0.53% | - |
| XYZ | 10.95 | 18.53 | 11.59 | - |
| YUV | 98.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 85 | 0.79 | 0 | 0.38 | 0.47 | 151.4 | 0.65 | 0.32 |
| Hex | 1D | 88 | 55 | 4F | 0 | 26 | 2F | 97 | 41 | 20 |
| Octal | 35 | 210 | 125 | 117 | 0 | 46 | 57 | 227 | 101 | 40 |
| Binary | 11101 | 10001000 | 1010101 | 1001111 | 0 | 100110 | 101111 | 10010111 | 1000001 | 100000 |
Color Harmonies of #1D8855
Complementary color
Monochromatic Colors of #1D8855
Black with #1D8855
Text Example
Text Example
White with #1D8855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8855; }
p { color: rgb(29,136,85); }
H1.HeaderClassName
{
color: #1D8855;
}
.AnyTagClassName
{
color: #1D8855;
}
</style>
background-color css
<style>
a { background-color: #1D8855; }
a { background-color: rgb(29,136,85); }
div.DivClassName
{
background-color: #1D8855;
}
.BgClassName
{
background-color: #1D8855;
}
</style>
border-color css
<style>
span { border-color: #1D8855; }
span { border-color: rgb(29,136,85); }
td.TdClassName
{
border-color: #1D8855;
}
.TagClassName
{
border-color: #1D8855;
}
</style>