Shades of Salem #257A49
Tints of Salem #257A49
RGB
CMYK
RGB Variations
Color information
#257A49 (or 0x257A49) is known color: Salem. HEX triplet: 25, 7A and 49. RGB value is (37,122,73). Sum of RGB (Red+Green+Blue) = 37+122+73=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #257A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A49 is #DA85B6. Grayscale: #5B5B5B. Windows color (decimal): -14321079 or 4815397. OLE color: 4815397.
HSL color Cylindrical-coordinate representation of color #257A49: hue angle of 145.41º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A49 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 73 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.52 |
| HSL | 145.41º | 0.53% | 0.31% | - |
| HSV(B) | 145.41º | 0.7% | 0.48% | - |
| XYZ | 8.93 | 14.79 | 8.69 | - |
| YUV | 91 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 73 | 0.70 | 0 | 0.40 | 0.52 | 145.41 | 0.53 | 0.31 |
| Hex | 25 | 7A | 49 | 46 | 0 | 28 | 34 | 91 | 35 | 1F |
| Octal | 45 | 172 | 111 | 106 | 0 | 50 | 64 | 221 | 65 | 37 |
| Binary | 100101 | 1111010 | 1001001 | 1000110 | 0 | 101000 | 110100 | 10010001 | 110101 | 11111 |
Color Harmonies of #257A49
Complementary color
Monochromatic Colors of #257A49
Black with #257A49
Text Example
Text Example
White with #257A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A49; }
p { color: rgb(37,122,73); }
H1.HeaderClassName
{
color: #257A49;
}
.AnyTagClassName
{
color: #257A49;
}
</style>
background-color css
<style>
a { background-color: #257A49; }
a { background-color: rgb(37,122,73); }
div.DivClassName
{
background-color: #257A49;
}
.BgClassName
{
background-color: #257A49;
}
</style>
border-color css
<style>
span { border-color: #257A49; }
span { border-color: rgb(37,122,73); }
td.TdClassName
{
border-color: #257A49;
}
.TagClassName
{
border-color: #257A49;
}
</style>