Shades of Salem #1D8653
Tints of Salem #1D8653
RGB
CMYK
RGB Variations
Color information
#1D8653 (or 0x1D8653) is known color: Salem. HEX triplet: 1D, 86 and 53. RGB value is (29,134,83). Sum of RGB (Red+Green+Blue) = 29+134+83=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #1D8653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D8653 is #E279AC. Grayscale: #606060. Windows color (decimal): -14842285 or 5473821. OLE color: 5473821.
HSL color Cylindrical-coordinate representation of color #1D8653: hue angle of 150.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D8653 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 134 | 83 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.47 |
| HSL | 150.86º | 0.64% | 0.32% | - |
| HSV(B) | 150.86º | 0.78% | 0.53% | - |
| XYZ | 10.59 | 17.94 | 11.09 | - |
| YUV | 96.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 134 | 83 | 0.78 | 0 | 0.38 | 0.47 | 150.86 | 0.64 | 0.32 |
| Hex | 1D | 86 | 53 | 4E | 0 | 26 | 2F | 97 | 40 | 20 |
| Octal | 35 | 206 | 123 | 116 | 0 | 46 | 57 | 227 | 100 | 40 |
| Binary | 11101 | 10000110 | 1010011 | 1001110 | 0 | 100110 | 101111 | 10010111 | 1000000 | 100000 |
Color Harmonies of #1D8653
Complementary color
Monochromatic Colors of #1D8653
Black with #1D8653
Text Example
Text Example
White with #1D8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8653; }
p { color: rgb(29,134,83); }
H1.HeaderClassName
{
color: #1D8653;
}
.AnyTagClassName
{
color: #1D8653;
}
</style>
background-color css
<style>
a { background-color: #1D8653; }
a { background-color: rgb(29,134,83); }
div.DivClassName
{
background-color: #1D8653;
}
.BgClassName
{
background-color: #1D8653;
}
</style>
border-color css
<style>
span { border-color: #1D8653; }
span { border-color: rgb(29,134,83); }
td.TdClassName
{
border-color: #1D8653;
}
.TagClassName
{
border-color: #1D8653;
}
</style>