Shades of Salem #127D48
Tints of Salem #127D48
RGB
CMYK
RGB Variations
Color information
#127D48 (or 0x127D48) is known color: Salem. HEX triplet: 12, 7D and 48. RGB value is (18,125,72). Sum of RGB (Red+Green+Blue) = 18+125+72=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #127D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D48 is #ED82B7. Grayscale: #575757. Windows color (decimal): -15565496 or 4750610. OLE color: 4750610.
HSL color Cylindrical-coordinate representation of color #127D48: hue angle of 150.28º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127D48 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 72 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.51 |
| HSL | 150.28º | 0.75% | 0.28% | - |
| HSV(B) | 150.28º | 0.86% | 0.49% | - |
| XYZ | 8.75 | 15.26 | 8.62 | - |
| YUV | 86.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 72 | 0.86 | 0 | 0.42 | 0.51 | 150.28 | 0.75 | 0.28 |
| Hex | 12 | 7D | 48 | 56 | 0 | 2A | 33 | 96 | 4B | 1C |
| Octal | 22 | 175 | 110 | 126 | 0 | 52 | 63 | 226 | 113 | 34 |
| Binary | 10010 | 1111101 | 1001000 | 1010110 | 0 | 101010 | 110011 | 10010110 | 1001011 | 11100 |
Color Harmonies of #127D48
Complementary color
Monochromatic Colors of #127D48
Black with #127D48
Text Example
Text Example
White with #127D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D48; }
p { color: rgb(18,125,72); }
H1.HeaderClassName
{
color: #127D48;
}
.AnyTagClassName
{
color: #127D48;
}
</style>
background-color css
<style>
a { background-color: #127D48; }
a { background-color: rgb(18,125,72); }
div.DivClassName
{
background-color: #127D48;
}
.BgClassName
{
background-color: #127D48;
}
</style>
border-color css
<style>
span { border-color: #127D48; }
span { border-color: rgb(18,125,72); }
td.TdClassName
{
border-color: #127D48;
}
.TagClassName
{
border-color: #127D48;
}
</style>