Shades of Salem #1C7254
Tints of Salem #1C7254
RGB
CMYK
RGB Variations
Color information
#1C7254 (or 0x1C7254) is known color: Salem. HEX triplet: 1C, 72 and 54. RGB value is (28,114,84). Sum of RGB (Red+Green+Blue) = 28+114+84=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7254 is #E38DAB. Grayscale: #545454. Windows color (decimal): -14912940 or 5534236. OLE color: 5534236.
HSL color Cylindrical-coordinate representation of color #1C7254: hue angle of 159.07º degrees, saturation: 0.61, 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 #1C7254 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 28 | 114 | 84 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.55 |
| HSL | 159.07º | 0.61% | 0.28% | - |
| HSV(B) | 159.07º | 0.75% | 0.45% | - |
| XYZ | 8.1 | 12.92 | 10.45 | - |
| YUV | 84.87 | 127.51 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 114 | 84 | 0.75 | 0 | 0.26 | 0.55 | 159.07 | 0.61 | 0.28 |
| Hex | 1C | 72 | 54 | 4B | 0 | 1A | 37 | 9F | 3D | 1C |
| Octal | 34 | 162 | 124 | 113 | 0 | 32 | 67 | 237 | 75 | 34 |
| Binary | 11100 | 1110010 | 1010100 | 1001011 | 0 | 11010 | 110111 | 10011111 | 111101 | 11100 |
Color Harmonies of #1C7254
Complementary color
Monochromatic Colors of #1C7254
Black with #1C7254
Text Example
Text Example
White with #1C7254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7254; }
p { color: rgb(28,114,84); }
H1.HeaderClassName
{
color: #1C7254;
}
.AnyTagClassName
{
color: #1C7254;
}
</style>
background-color css
<style>
a { background-color: #1C7254; }
a { background-color: rgb(28,114,84); }
div.DivClassName
{
background-color: #1C7254;
}
.BgClassName
{
background-color: #1C7254;
}
</style>
border-color css
<style>
span { border-color: #1C7254; }
span { border-color: rgb(28,114,84); }
td.TdClassName
{
border-color: #1C7254;
}
.TagClassName
{
border-color: #1C7254;
}
</style>