Shades of Salem #127C54
Tints of Salem #127C54
RGB
CMYK
RGB Variations
Color information
#127C54 (or 0x127C54) is known color: Salem. HEX triplet: 12, 7C and 54. RGB value is (18,124,84). Sum of RGB (Red+Green+Blue) = 18+124+84=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #127C54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C54 is #ED83AB. Grayscale: #575757. Windows color (decimal): -15565740 or 5536786. OLE color: 5536786.
HSL color Cylindrical-coordinate representation of color #127C54: hue angle of 157.36º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C54 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 84 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.51 |
| HSL | 157.36º | 0.75% | 0.28% | - |
| HSV(B) | 157.36º | 0.85% | 0.49% | - |
| XYZ | 9.06 | 15.18 | 10.84 | - |
| YUV | 87.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 84 | 0.85 | 0 | 0.32 | 0.51 | 157.36 | 0.75 | 0.28 |
| Hex | 12 | 7C | 54 | 55 | 0 | 20 | 33 | 9D | 4B | 1C |
| Octal | 22 | 174 | 124 | 125 | 0 | 40 | 63 | 235 | 113 | 34 |
| Binary | 10010 | 1111100 | 1010100 | 1010101 | 0 | 100000 | 110011 | 10011101 | 1001011 | 11100 |
Color Harmonies of #127C54
Complementary color
Monochromatic Colors of #127C54
Black with #127C54
Text Example
Text Example
White with #127C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C54; }
p { color: rgb(18,124,84); }
H1.HeaderClassName
{
color: #127C54;
}
.AnyTagClassName
{
color: #127C54;
}
</style>
background-color css
<style>
a { background-color: #127C54; }
a { background-color: rgb(18,124,84); }
div.DivClassName
{
background-color: #127C54;
}
.BgClassName
{
background-color: #127C54;
}
</style>
border-color css
<style>
span { border-color: #127C54; }
span { border-color: rgb(18,124,84); }
td.TdClassName
{
border-color: #127C54;
}
.TagClassName
{
border-color: #127C54;
}
</style>