Shades of Salem #127C4C
Tints of Salem #127C4C
RGB
CMYK
RGB Variations
Color information
#127C4C (or 0x127C4C) is known color: Salem. HEX triplet: 12, 7C and 4C. RGB value is (18,124,76). Sum of RGB (Red+Green+Blue) = 18+124+76=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #127C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127C4C is #ED83B3. Grayscale: #565656. Windows color (decimal): -15565748 or 5012498. OLE color: 5012498.
HSL color Cylindrical-coordinate representation of color #127C4C: hue angle of 152.83º 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 #127C4C is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 76 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.51 |
| HSL | 152.83º | 0.75% | 0.28% | - |
| HSV(B) | 152.83º | 0.85% | 0.49% | - |
| XYZ | 8.76 | 15.07 | 9.28 | - |
| YUV | 86.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 76 | 0.85 | 0 | 0.39 | 0.51 | 152.83 | 0.75 | 0.28 |
| Hex | 12 | 7C | 4C | 55 | 0 | 27 | 33 | 99 | 4B | 1C |
| Octal | 22 | 174 | 114 | 125 | 0 | 47 | 63 | 231 | 113 | 34 |
| Binary | 10010 | 1111100 | 1001100 | 1010101 | 0 | 100111 | 110011 | 10011001 | 1001011 | 11100 |
Color Harmonies of #127C4C
Complementary color
Monochromatic Colors of #127C4C
Black with #127C4C
Text Example
Text Example
White with #127C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C4C; }
p { color: rgb(18,124,76); }
H1.HeaderClassName
{
color: #127C4C;
}
.AnyTagClassName
{
color: #127C4C;
}
</style>
background-color css
<style>
a { background-color: #127C4C; }
a { background-color: rgb(18,124,76); }
div.DivClassName
{
background-color: #127C4C;
}
.BgClassName
{
background-color: #127C4C;
}
</style>
border-color css
<style>
span { border-color: #127C4C; }
span { border-color: rgb(18,124,76); }
td.TdClassName
{
border-color: #127C4C;
}
.TagClassName
{
border-color: #127C4C;
}
</style>