Shades of Salem #127D46
Tints of Salem #127D46
RGB
CMYK
RGB Variations
Color information
#127D46 (or 0x127D46) is known color: Salem. HEX triplet: 12, 7D and 46. RGB value is (18,125,70). Sum of RGB (Red+Green+Blue) = 18+125+70=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 125 (49.22% from 255 or 58.69% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 125 - color contains mainly: green. Hex color #127D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127D46 is #ED82B9. Grayscale: #565656. Windows color (decimal): -15565498 or 4619538. OLE color: 4619538.
HSL color Cylindrical-coordinate representation of color #127D46: hue angle of 149.16º 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 #127D46 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 125 | 70 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.51 |
| HSL | 149.16º | 0.75% | 0.28% | - |
| HSV(B) | 149.16º | 0.86% | 0.49% | - |
| XYZ | 8.69 | 15.24 | 8.28 | - |
| YUV | 86.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 70 | 0.86 | 0 | 0.44 | 0.51 | 149.16 | 0.75 | 0.28 |
| Hex | 12 | 7D | 46 | 56 | 0 | 2C | 33 | 95 | 4B | 1C |
| Octal | 22 | 175 | 106 | 126 | 0 | 54 | 63 | 225 | 113 | 34 |
| Binary | 10010 | 1111101 | 1000110 | 1010110 | 0 | 101100 | 110011 | 10010101 | 1001011 | 11100 |
Color Harmonies of #127D46
Complementary color
Monochromatic Colors of #127D46
Black with #127D46
Text Example
Text Example
White with #127D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127D46; }
p { color: rgb(18,125,70); }
H1.HeaderClassName
{
color: #127D46;
}
.AnyTagClassName
{
color: #127D46;
}
</style>
background-color css
<style>
a { background-color: #127D46; }
a { background-color: rgb(18,125,70); }
div.DivClassName
{
background-color: #127D46;
}
.BgClassName
{
background-color: #127D46;
}
</style>
border-color css
<style>
span { border-color: #127D46; }
span { border-color: rgb(18,125,70); }
td.TdClassName
{
border-color: #127D46;
}
.TagClassName
{
border-color: #127D46;
}
</style>