Shades of Salem #127354
Tints of Salem #127354
RGB
CMYK
RGB Variations
Color information
#127354 (or 0x127354) is known color: Salem. HEX triplet: 12, 73 and 54. RGB value is (18,115,84). Sum of RGB (Red+Green+Blue) = 18+115+84=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #127354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127354 is #ED8CAB. Grayscale: #525252. Windows color (decimal): -15568044 or 5534482. OLE color: 5534482.
HSL color Cylindrical-coordinate representation of color #127354: hue angle of 160.82º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127354 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 115 | 84 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.55 |
| HSL | 160.82º | 0.73% | 0.26% | - |
| HSV(B) | 160.82º | 0.84% | 0.45% | - |
| XYZ | 7.98 | 13.03 | 10.48 | - |
| YUV | 82.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 84 | 0.84 | 0 | 0.27 | 0.55 | 160.82 | 0.73 | 0.26 |
| Hex | 12 | 73 | 54 | 54 | 0 | 1B | 37 | A1 | 49 | 1A |
| Octal | 22 | 163 | 124 | 124 | 0 | 33 | 67 | 241 | 111 | 32 |
| Binary | 10010 | 1110011 | 1010100 | 1010100 | 0 | 11011 | 110111 | 10100001 | 1001001 | 11010 |
Color Harmonies of #127354
Complementary color
Monochromatic Colors of #127354
Black with #127354
Text Example
Text Example
White with #127354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127354; }
p { color: rgb(18,115,84); }
H1.HeaderClassName
{
color: #127354;
}
.AnyTagClassName
{
color: #127354;
}
</style>
background-color css
<style>
a { background-color: #127354; }
a { background-color: rgb(18,115,84); }
div.DivClassName
{
background-color: #127354;
}
.BgClassName
{
background-color: #127354;
}
</style>
border-color css
<style>
span { border-color: #127354; }
span { border-color: rgb(18,115,84); }
td.TdClassName
{
border-color: #127354;
}
.TagClassName
{
border-color: #127354;
}
</style>