Shades of Salem #1C7A54
Tints of Salem #1C7A54
RGB
CMYK
RGB Variations
Color information
#1C7A54 (or 0x1C7A54) is known color: Salem. HEX triplet: 1C, 7A and 54. RGB value is (28,122,84). Sum of RGB (Red+Green+Blue) = 28+122+84=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A54 is #E385AB. Grayscale: #595959. Windows color (decimal): -14910892 or 5536284. OLE color: 5536284.
HSL color Cylindrical-coordinate representation of color #1C7A54: hue angle of 155.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7A54 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 122 | 84 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.52 |
| HSL | 155.74º | 0.63% | 0.29% | - |
| HSV(B) | 155.74º | 0.77% | 0.48% | - |
| XYZ | 9.04 | 14.81 | 10.77 | - |
| YUV | 89.56 | 124.86 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 122 | 84 | 0.77 | 0 | 0.31 | 0.52 | 155.74 | 0.63 | 0.29 |
| Hex | 1C | 7A | 54 | 4D | 0 | 1F | 34 | 9C | 3F | 1D |
| Octal | 34 | 172 | 124 | 115 | 0 | 37 | 64 | 234 | 77 | 35 |
| Binary | 11100 | 1111010 | 1010100 | 1001101 | 0 | 11111 | 110100 | 10011100 | 111111 | 11101 |
Color Harmonies of #1C7A54
Complementary color
Monochromatic Colors of #1C7A54
Black with #1C7A54
Text Example
Text Example
White with #1C7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7A54; }
p { color: rgb(28,122,84); }
H1.HeaderClassName
{
color: #1C7A54;
}
.AnyTagClassName
{
color: #1C7A54;
}
</style>
background-color css
<style>
a { background-color: #1C7A54; }
a { background-color: rgb(28,122,84); }
div.DivClassName
{
background-color: #1C7A54;
}
.BgClassName
{
background-color: #1C7A54;
}
</style>
border-color css
<style>
span { border-color: #1C7A54; }
span { border-color: rgb(28,122,84); }
td.TdClassName
{
border-color: #1C7A54;
}
.TagClassName
{
border-color: #1C7A54;
}
</style>