Shades of Salem #257050
Tints of Salem #257050
RGB
CMYK
RGB Variations
Color information
#257050 (or 0x257050) is known color: Salem. HEX triplet: 25, 70 and 50. RGB value is (37,112,80). Sum of RGB (Red+Green+Blue) = 37+112+80=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #257050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257050 is #DA8FAF. Grayscale: #555555. Windows color (decimal): -14323632 or 5271589. OLE color: 5271589.
HSL color Cylindrical-coordinate representation of color #257050: hue angle of 154.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257050 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 112 | 80 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.56 |
| HSL | 154.4º | 0.5% | 0.29% | - |
| HSV(B) | 154.4º | 0.67% | 0.44% | - |
| XYZ | 8.01 | 12.56 | 9.59 | - |
| YUV | 85.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 112 | 80 | 0.67 | 0 | 0.29 | 0.56 | 154.4 | 0.5 | 0.29 |
| Hex | 25 | 70 | 50 | 43 | 0 | 1D | 38 | 9A | 32 | 1D |
| Octal | 45 | 160 | 120 | 103 | 0 | 35 | 70 | 232 | 62 | 35 |
| Binary | 100101 | 1110000 | 1010000 | 1000011 | 0 | 11101 | 111000 | 10011010 | 110010 | 11101 |
Color Harmonies of #257050
Complementary color
Monochromatic Colors of #257050
Black with #257050
Text Example
Text Example
White with #257050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257050; }
p { color: rgb(37,112,80); }
H1.HeaderClassName
{
color: #257050;
}
.AnyTagClassName
{
color: #257050;
}
</style>
background-color css
<style>
a { background-color: #257050; }
a { background-color: rgb(37,112,80); }
div.DivClassName
{
background-color: #257050;
}
.BgClassName
{
background-color: #257050;
}
</style>
border-color css
<style>
span { border-color: #257050; }
span { border-color: rgb(37,112,80); }
td.TdClassName
{
border-color: #257050;
}
.TagClassName
{
border-color: #257050;
}
</style>