Shades of Salem #1C7654
Tints of Salem #1C7654
RGB
CMYK
RGB Variations
Color information
#1C7654 (or 0x1C7654) is known color: Salem. HEX triplet: 1C, 76 and 54. RGB value is (28,118,84). Sum of RGB (Red+Green+Blue) = 28+118+84=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #1C7654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7654 is #E389AB. Grayscale: #575757. Windows color (decimal): -14911916 or 5535260. OLE color: 5535260.
HSL color Cylindrical-coordinate representation of color #1C7654: hue angle of 157.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7654 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 28 | 118 | 84 | - |
| CMYK | 0.76 | 0 | 0.29 | 0.54 |
| HSL | 157.33º | 0.62% | 0.29% | - |
| HSV(B) | 157.33º | 0.76% | 0.46% | - |
| XYZ | 8.56 | 13.84 | 10.61 | - |
| YUV | 87.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 118 | 84 | 0.76 | 0 | 0.29 | 0.54 | 157.33 | 0.62 | 0.29 |
| Hex | 1C | 76 | 54 | 4C | 0 | 1D | 36 | 9D | 3E | 1D |
| Octal | 34 | 166 | 124 | 114 | 0 | 35 | 66 | 235 | 76 | 35 |
| Binary | 11100 | 1110110 | 1010100 | 1001100 | 0 | 11101 | 110110 | 10011101 | 111110 | 11101 |
Color Harmonies of #1C7654
Complementary color
Monochromatic Colors of #1C7654
Black with #1C7654
Text Example
Text Example
White with #1C7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7654; }
p { color: rgb(28,118,84); }
H1.HeaderClassName
{
color: #1C7654;
}
.AnyTagClassName
{
color: #1C7654;
}
</style>
background-color css
<style>
a { background-color: #1C7654; }
a { background-color: rgb(28,118,84); }
div.DivClassName
{
background-color: #1C7654;
}
.BgClassName
{
background-color: #1C7654;
}
</style>
border-color css
<style>
span { border-color: #1C7654; }
span { border-color: rgb(28,118,84); }
td.TdClassName
{
border-color: #1C7654;
}
.TagClassName
{
border-color: #1C7654;
}
</style>