Shades of Salem #1D8552
Tints of Salem #1D8552
RGB
CMYK
RGB Variations
Color information
#1D8552 (or 0x1D8552) is known color: Salem. HEX triplet: 1D, 85 and 52. RGB value is (29,133,82). Sum of RGB (Red+Green+Blue) = 29+133+82=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #1D8552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8552 is #E27AAD. Grayscale: #606060. Windows color (decimal): -14842542 or 5408029. OLE color: 5408029.
HSL color Cylindrical-coordinate representation of color #1D8552: hue angle of 150.58º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8552 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 133 | 82 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.48 |
| HSL | 150.58º | 0.64% | 0.32% | - |
| HSV(B) | 150.58º | 0.78% | 0.52% | - |
| XYZ | 10.42 | 17.65 | 10.84 | - |
| YUV | 96.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 82 | 0.78 | 0 | 0.38 | 0.48 | 150.58 | 0.64 | 0.32 |
| Hex | 1D | 85 | 52 | 4E | 0 | 26 | 30 | 97 | 40 | 20 |
| Octal | 35 | 205 | 122 | 116 | 0 | 46 | 60 | 227 | 100 | 40 |
| Binary | 11101 | 10000101 | 1010010 | 1001110 | 0 | 100110 | 110000 | 10010111 | 1000000 | 100000 |
Color Harmonies of #1D8552
Complementary color
Monochromatic Colors of #1D8552
Black with #1D8552
Text Example
Text Example
White with #1D8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8552; }
p { color: rgb(29,133,82); }
H1.HeaderClassName
{
color: #1D8552;
}
.AnyTagClassName
{
color: #1D8552;
}
</style>
background-color css
<style>
a { background-color: #1D8552; }
a { background-color: rgb(29,133,82); }
div.DivClassName
{
background-color: #1D8552;
}
.BgClassName
{
background-color: #1D8552;
}
</style>
border-color css
<style>
span { border-color: #1D8552; }
span { border-color: rgb(29,133,82); }
td.TdClassName
{
border-color: #1D8552;
}
.TagClassName
{
border-color: #1D8552;
}
</style>