Shades of Salem #257C4E
Tints of Salem #257C4E
RGB
CMYK
RGB Variations
Color information
#257C4E (or 0x257C4E) is known color: Salem. HEX triplet: 25, 7C and 4E. RGB value is (37,124,78). Sum of RGB (Red+Green+Blue) = 37+124+78=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 124 (48.83% from 255 or 51.88% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 124 - color contains mainly: green. Hex color #257C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C4E is #DA83B1. Grayscale: #5C5C5C. Windows color (decimal): -14320562 or 5143589. OLE color: 5143589.
HSL color Cylindrical-coordinate representation of color #257C4E: hue angle of 148.28º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C4E is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 78 | - |
| CMYK | 0.70 | 0 | 0.37 | 0.51 |
| HSL | 148.28º | 0.54% | 0.32% | - |
| HSV(B) | 148.28º | 0.7% | 0.49% | - |
| XYZ | 9.35 | 15.36 | 9.68 | - |
| YUV | 92.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 78 | 0.70 | 0 | 0.37 | 0.51 | 148.28 | 0.54 | 0.32 |
| Hex | 25 | 7C | 4E | 46 | 0 | 25 | 33 | 94 | 36 | 20 |
| Octal | 45 | 174 | 116 | 106 | 0 | 45 | 63 | 224 | 66 | 40 |
| Binary | 100101 | 1111100 | 1001110 | 1000110 | 0 | 100101 | 110011 | 10010100 | 110110 | 100000 |
Color Harmonies of #257C4E
Complementary color
Monochromatic Colors of #257C4E
Black with #257C4E
Text Example
Text Example
White with #257C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C4E; }
p { color: rgb(37,124,78); }
H1.HeaderClassName
{
color: #257C4E;
}
.AnyTagClassName
{
color: #257C4E;
}
</style>
background-color css
<style>
a { background-color: #257C4E; }
a { background-color: rgb(37,124,78); }
div.DivClassName
{
background-color: #257C4E;
}
.BgClassName
{
background-color: #257C4E;
}
</style>
border-color css
<style>
span { border-color: #257C4E; }
span { border-color: rgb(37,124,78); }
td.TdClassName
{
border-color: #257C4E;
}
.TagClassName
{
border-color: #257C4E;
}
</style>