Shades of Salem #257D55
Tints of Salem #257D55
RGB
CMYK
RGB Variations
Color information
#257D55 (or 0x257D55) is known color: Salem. HEX triplet: 25, 7D and 55. RGB value is (37,125,85). Sum of RGB (Red+Green+Blue) = 37+125+85=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 125 (49.22% from 255 or 50.61% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 125 - color contains mainly: green. Hex color #257D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D55 is #DA82AA. Grayscale: #5E5E5E. Windows color (decimal): -14320299 or 5602597. OLE color: 5602597.
HSL color Cylindrical-coordinate representation of color #257D55: hue angle of 152.73º 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 #257D55 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 85 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.51 |
| HSL | 152.73º | 0.54% | 0.32% | - |
| HSV(B) | 152.73º | 0.7% | 0.49% | - |
| XYZ | 9.74 | 15.72 | 11.11 | - |
| YUV | 94.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 85 | 0.70 | 0 | 0.32 | 0.51 | 152.73 | 0.54 | 0.32 |
| Hex | 25 | 7D | 55 | 46 | 0 | 20 | 33 | 99 | 36 | 20 |
| Octal | 45 | 175 | 125 | 106 | 0 | 40 | 63 | 231 | 66 | 40 |
| Binary | 100101 | 1111101 | 1010101 | 1000110 | 0 | 100000 | 110011 | 10011001 | 110110 | 100000 |
Color Harmonies of #257D55
Complementary color
Monochromatic Colors of #257D55
Black with #257D55
Text Example
Text Example
White with #257D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D55; }
p { color: rgb(37,125,85); }
H1.HeaderClassName
{
color: #257D55;
}
.AnyTagClassName
{
color: #257D55;
}
</style>
background-color css
<style>
a { background-color: #257D55; }
a { background-color: rgb(37,125,85); }
div.DivClassName
{
background-color: #257D55;
}
.BgClassName
{
background-color: #257D55;
}
</style>
border-color css
<style>
span { border-color: #257D55; }
span { border-color: rgb(37,125,85); }
td.TdClassName
{
border-color: #257D55;
}
.TagClassName
{
border-color: #257D55;
}
</style>