Shades of Salem #257F49
Tints of Salem #257F49
RGB
CMYK
RGB Variations
Color information
#257F49 (or 0x257F49) is known color: Salem. HEX triplet: 25, 7F and 49. RGB value is (37,127,73). Sum of RGB (Red+Green+Blue) = 37+127+73=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #257F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F49 is #DA80B6. Grayscale: #5E5E5E. Windows color (decimal): -14319799 or 4816677. OLE color: 4816677.
HSL color Cylindrical-coordinate representation of color #257F49: hue angle of 144º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F49 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 73 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.50 |
| HSL | 144º | 0.55% | 0.32% | - |
| HSV(B) | 144º | 0.71% | 0.5% | - |
| XYZ | 9.55 | 16.05 | 8.9 | - |
| YUV | 93.93 | 116.18 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 73 | 0.71 | 0 | 0.43 | 0.50 | 144 | 0.55 | 0.32 |
| Hex | 25 | 7F | 49 | 47 | 0 | 2B | 32 | 90 | 37 | 20 |
| Octal | 45 | 177 | 111 | 107 | 0 | 53 | 62 | 220 | 67 | 40 |
| Binary | 100101 | 1111111 | 1001001 | 1000111 | 0 | 101011 | 110010 | 10010000 | 110111 | 100000 |
Color Harmonies of #257F49
Complementary color
Monochromatic Colors of #257F49
Black with #257F49
Text Example
Text Example
White with #257F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F49; }
p { color: rgb(37,127,73); }
H1.HeaderClassName
{
color: #257F49;
}
.AnyTagClassName
{
color: #257F49;
}
</style>
background-color css
<style>
a { background-color: #257F49; }
a { background-color: rgb(37,127,73); }
div.DivClassName
{
background-color: #257F49;
}
.BgClassName
{
background-color: #257F49;
}
</style>
border-color css
<style>
span { border-color: #257F49; }
span { border-color: rgb(37,127,73); }
td.TdClassName
{
border-color: #257F49;
}
.TagClassName
{
border-color: #257F49;
}
</style>