Shades of Salem #1C7454
Tints of Salem #1C7454
RGB
CMYK
RGB Variations
Color information
#1C7454 (or 0x1C7454) is known color: Salem. HEX triplet: 1C, 74 and 54. RGB value is (28,116,84). Sum of RGB (Red+Green+Blue) = 28+116+84=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7454 is #E38BAB. Grayscale: #565656. Windows color (decimal): -14912428 or 5534748. OLE color: 5534748.
HSL color Cylindrical-coordinate representation of color #1C7454: hue angle of 158.18º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7454 is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 116 | 84 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.55 |
| HSL | 158.18º | 0.61% | 0.28% | - |
| HSV(B) | 158.18º | 0.76% | 0.45% | - |
| XYZ | 8.32 | 13.38 | 10.53 | - |
| YUV | 86.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 116 | 84 | 0.76 | 0 | 0.28 | 0.55 | 158.18 | 0.61 | 0.28 |
| Hex | 1C | 74 | 54 | 4C | 0 | 1C | 37 | 9E | 3D | 1C |
| Octal | 34 | 164 | 124 | 114 | 0 | 34 | 67 | 236 | 75 | 34 |
| Binary | 11100 | 1110100 | 1010100 | 1001100 | 0 | 11100 | 110111 | 10011110 | 111101 | 11100 |
Color Harmonies of #1C7454
Complementary color
Monochromatic Colors of #1C7454
Black with #1C7454
Text Example
Text Example
White with #1C7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7454; }
p { color: rgb(28,116,84); }
H1.HeaderClassName
{
color: #1C7454;
}
.AnyTagClassName
{
color: #1C7454;
}
</style>
background-color css
<style>
a { background-color: #1C7454; }
a { background-color: rgb(28,116,84); }
div.DivClassName
{
background-color: #1C7454;
}
.BgClassName
{
background-color: #1C7454;
}
</style>
border-color css
<style>
span { border-color: #1C7454; }
span { border-color: rgb(28,116,84); }
td.TdClassName
{
border-color: #1C7454;
}
.TagClassName
{
border-color: #1C7454;
}
</style>