Shades of Salem #257250
Tints of Salem #257250
RGB
CMYK
RGB Variations
Color information
#257250 (or 0x257250) is known color: Salem. HEX triplet: 25, 72 and 50. RGB value is (37,114,80). Sum of RGB (Red+Green+Blue) = 37+114+80=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #257250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257250 is #DA8DAF. Grayscale: #575757. Windows color (decimal): -14323120 or 5272101. OLE color: 5272101.
HSL color Cylindrical-coordinate representation of color #257250: hue angle of 153.51º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257250 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 80 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.55 |
| HSL | 153.51º | 0.51% | 0.3% | - |
| HSV(B) | 153.51º | 0.68% | 0.45% | - |
| XYZ | 8.23 | 13.01 | 9.67 | - |
| YUV | 87.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 80 | 0.68 | 0 | 0.30 | 0.55 | 153.51 | 0.51 | 0.3 |
| Hex | 25 | 72 | 50 | 44 | 0 | 1E | 37 | 9A | 33 | 1E |
| Octal | 45 | 162 | 120 | 104 | 0 | 36 | 67 | 232 | 63 | 36 |
| Binary | 100101 | 1110010 | 1010000 | 1000100 | 0 | 11110 | 110111 | 10011010 | 110011 | 11110 |
Color Harmonies of #257250
Complementary color
Monochromatic Colors of #257250
Black with #257250
Text Example
Text Example
White with #257250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257250; }
p { color: rgb(37,114,80); }
H1.HeaderClassName
{
color: #257250;
}
.AnyTagClassName
{
color: #257250;
}
</style>
background-color css
<style>
a { background-color: #257250; }
a { background-color: rgb(37,114,80); }
div.DivClassName
{
background-color: #257250;
}
.BgClassName
{
background-color: #257250;
}
</style>
border-color css
<style>
span { border-color: #257250; }
span { border-color: rgb(37,114,80); }
td.TdClassName
{
border-color: #257250;
}
.TagClassName
{
border-color: #257250;
}
</style>