Shades of Salem #1D7454
Tints of Salem #1D7454
RGB
CMYK
RGB Variations
Color information
#1D7454 (or 0x1D7454) is known color: Salem. HEX triplet: 1D, 74 and 54. RGB value is (29,116,84). Sum of RGB (Red+Green+Blue) = 29+116+84=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #1D7454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7454 is #E28BAB. Grayscale: #565656. Windows color (decimal): -14846892 or 5534749. OLE color: 5534749.
HSL color Cylindrical-coordinate representation of color #1D7454: hue angle of 157.93º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7454 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 29 | 116 | 84 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.55 |
| HSL | 157.93º | 0.6% | 0.28% | - |
| HSV(B) | 157.93º | 0.75% | 0.45% | - |
| XYZ | 8.35 | 13.39 | 10.53 | - |
| YUV | 86.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 116 | 84 | 0.75 | 0 | 0.28 | 0.55 | 157.93 | 0.6 | 0.28 |
| Hex | 1D | 74 | 54 | 4B | 0 | 1C | 37 | 9E | 3C | 1C |
| Octal | 35 | 164 | 124 | 113 | 0 | 34 | 67 | 236 | 74 | 34 |
| Binary | 11101 | 1110100 | 1010100 | 1001011 | 0 | 11100 | 110111 | 10011110 | 111100 | 11100 |
Color Harmonies of #1D7454
Complementary color
Monochromatic Colors of #1D7454
Black with #1D7454
Text Example
Text Example
White with #1D7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7454; }
p { color: rgb(29,116,84); }
H1.HeaderClassName
{
color: #1D7454;
}
.AnyTagClassName
{
color: #1D7454;
}
</style>
background-color css
<style>
a { background-color: #1D7454; }
a { background-color: rgb(29,116,84); }
div.DivClassName
{
background-color: #1D7454;
}
.BgClassName
{
background-color: #1D7454;
}
</style>
border-color css
<style>
span { border-color: #1D7454; }
span { border-color: rgb(29,116,84); }
td.TdClassName
{
border-color: #1D7454;
}
.TagClassName
{
border-color: #1D7454;
}
</style>