Shades of Salem #127C52
Tints of Salem #127C52
RGB
CMYK
RGB Variations
Color information
#127C52 (or 0x127C52) is known color: Salem. HEX triplet: 12, 7C and 52. RGB value is (18,124,82). Sum of RGB (Red+Green+Blue) = 18+124+82=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 124 (48.83% from 255 or 55.36% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 124 - color contains mainly: green. Hex color #127C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C52 is #ED83AD. Grayscale: #575757. Windows color (decimal): -15565742 or 5405714. OLE color: 5405714.
HSL color Cylindrical-coordinate representation of color #127C52: hue angle of 156.23º 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 #127C52 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 82 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.51 |
| HSL | 156.23º | 0.75% | 0.28% | - |
| HSV(B) | 156.23º | 0.85% | 0.49% | - |
| XYZ | 8.98 | 15.15 | 10.43 | - |
| YUV | 87.52 | 124.88 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 82 | 0.85 | 0 | 0.34 | 0.51 | 156.23 | 0.75 | 0.28 |
| Hex | 12 | 7C | 52 | 55 | 0 | 22 | 33 | 9C | 4B | 1C |
| Octal | 22 | 174 | 122 | 125 | 0 | 42 | 63 | 234 | 113 | 34 |
| Binary | 10010 | 1111100 | 1010010 | 1010101 | 0 | 100010 | 110011 | 10011100 | 1001011 | 11100 |
Color Harmonies of #127C52
Complementary color
Monochromatic Colors of #127C52
Black with #127C52
Text Example
Text Example
White with #127C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C52; }
p { color: rgb(18,124,82); }
H1.HeaderClassName
{
color: #127C52;
}
.AnyTagClassName
{
color: #127C52;
}
</style>
background-color css
<style>
a { background-color: #127C52; }
a { background-color: rgb(18,124,82); }
div.DivClassName
{
background-color: #127C52;
}
.BgClassName
{
background-color: #127C52;
}
</style>
border-color css
<style>
span { border-color: #127C52; }
span { border-color: rgb(18,124,82); }
td.TdClassName
{
border-color: #127C52;
}
.TagClassName
{
border-color: #127C52;
}
</style>