Shades of Salem #257850
Tints of Salem #257850
RGB
CMYK
RGB Variations
Color information
#257850 (or 0x257850) is known color: Salem. HEX triplet: 25, 78 and 50. RGB value is (37,120,80). Sum of RGB (Red+Green+Blue) = 37+120+80=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #257850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257850 is #DA87AF. Grayscale: #5A5A5A. Windows color (decimal): -14321584 or 5273637. OLE color: 5273637.
HSL color Cylindrical-coordinate representation of color #257850: hue angle of 151.08º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257850 is Cyan = 0.69, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 120 | 80 | - |
| CMYK | 0.69 | 0 | 0.33 | 0.53 |
| HSL | 151.08º | 0.53% | 0.31% | - |
| HSV(B) | 151.08º | 0.69% | 0.47% | - |
| XYZ | 8.93 | 14.41 | 9.9 | - |
| YUV | 90.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 120 | 80 | 0.69 | 0 | 0.33 | 0.53 | 151.08 | 0.53 | 0.31 |
| Hex | 25 | 78 | 50 | 45 | 0 | 21 | 35 | 97 | 35 | 1F |
| Octal | 45 | 170 | 120 | 105 | 0 | 41 | 65 | 227 | 65 | 37 |
| Binary | 100101 | 1111000 | 1010000 | 1000101 | 0 | 100001 | 110101 | 10010111 | 110101 | 11111 |
Color Harmonies of #257850
Complementary color
Monochromatic Colors of #257850
Black with #257850
Text Example
Text Example
White with #257850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257850; }
p { color: rgb(37,120,80); }
H1.HeaderClassName
{
color: #257850;
}
.AnyTagClassName
{
color: #257850;
}
</style>
background-color css
<style>
a { background-color: #257850; }
a { background-color: rgb(37,120,80); }
div.DivClassName
{
background-color: #257850;
}
.BgClassName
{
background-color: #257850;
}
</style>
border-color css
<style>
span { border-color: #257850; }
span { border-color: rgb(37,120,80); }
td.TdClassName
{
border-color: #257850;
}
.TagClassName
{
border-color: #257850;
}
</style>