Shades of Salem #1D7653
Tints of Salem #1D7653
RGB
CMYK
RGB Variations
Color information
#1D7653 (or 0x1D7653) is known color: Salem. HEX triplet: 1D, 76 and 53. RGB value is (29,118,83). Sum of RGB (Red+Green+Blue) = 29+118+83=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7653 is #E289AC. Grayscale: #575757. Windows color (decimal): -14846381 or 5469725. OLE color: 5469725.
HSL color Cylindrical-coordinate representation of color #1D7653: hue angle of 156.4º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7653 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 118 | 83 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.54 |
| HSL | 156.4º | 0.61% | 0.29% | - |
| HSV(B) | 156.4º | 0.75% | 0.46% | - |
| XYZ | 8.55 | 13.84 | 10.41 | - |
| YUV | 87.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 83 | 0.75 | 0 | 0.30 | 0.54 | 156.4 | 0.61 | 0.29 |
| Hex | 1D | 76 | 53 | 4B | 0 | 1E | 36 | 9C | 3D | 1D |
| Octal | 35 | 166 | 123 | 113 | 0 | 36 | 66 | 234 | 75 | 35 |
| Binary | 11101 | 1110110 | 1010011 | 1001011 | 0 | 11110 | 110110 | 10011100 | 111101 | 11101 |
Color Harmonies of #1D7653
Complementary color
Monochromatic Colors of #1D7653
Black with #1D7653
Text Example
Text Example
White with #1D7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7653; }
p { color: rgb(29,118,83); }
H1.HeaderClassName
{
color: #1D7653;
}
.AnyTagClassName
{
color: #1D7653;
}
</style>
background-color css
<style>
a { background-color: #1D7653; }
a { background-color: rgb(29,118,83); }
div.DivClassName
{
background-color: #1D7653;
}
.BgClassName
{
background-color: #1D7653;
}
</style>
border-color css
<style>
span { border-color: #1D7653; }
span { border-color: rgb(29,118,83); }
td.TdClassName
{
border-color: #1D7653;
}
.TagClassName
{
border-color: #1D7653;
}
</style>