Shades of Salem #127C46
Tints of Salem #127C46
RGB
CMYK
RGB Variations
Color information
#127C46 (or 0x127C46) is known color: Salem. HEX triplet: 12, 7C and 46. RGB value is (18,124,70). Sum of RGB (Red+Green+Blue) = 18+124+70=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 124 (48.83% from 255 or 58.49% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 124 - color contains mainly: green. Hex color #127C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C46 is #ED83B9. Grayscale: #565656. Windows color (decimal): -15565754 or 4619282. OLE color: 4619282.
HSL color Cylindrical-coordinate representation of color #127C46: hue angle of 149.43º 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 #127C46 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 70 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.51 |
| HSL | 149.43º | 0.75% | 0.28% | - |
| HSV(B) | 149.43º | 0.85% | 0.49% | - |
| XYZ | 8.56 | 14.99 | 8.24 | - |
| YUV | 86.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 70 | 0.85 | 0 | 0.44 | 0.51 | 149.43 | 0.75 | 0.28 |
| Hex | 12 | 7C | 46 | 55 | 0 | 2C | 33 | 95 | 4B | 1C |
| Octal | 22 | 174 | 106 | 125 | 0 | 54 | 63 | 225 | 113 | 34 |
| Binary | 10010 | 1111100 | 1000110 | 1010101 | 0 | 101100 | 110011 | 10010101 | 1001011 | 11100 |
Color Harmonies of #127C46
Complementary color
Monochromatic Colors of #127C46
Black with #127C46
Text Example
Text Example
White with #127C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C46; }
p { color: rgb(18,124,70); }
H1.HeaderClassName
{
color: #127C46;
}
.AnyTagClassName
{
color: #127C46;
}
</style>
background-color css
<style>
a { background-color: #127C46; }
a { background-color: rgb(18,124,70); }
div.DivClassName
{
background-color: #127C46;
}
.BgClassName
{
background-color: #127C46;
}
</style>
border-color css
<style>
span { border-color: #127C46; }
span { border-color: rgb(18,124,70); }
td.TdClassName
{
border-color: #127C46;
}
.TagClassName
{
border-color: #127C46;
}
</style>