Shades of Salem #257A4E
Tints of Salem #257A4E
RGB
CMYK
RGB Variations
Color information
#257A4E (or 0x257A4E) is known color: Salem. HEX triplet: 25, 7A and 4E. RGB value is (37,122,78). Sum of RGB (Red+Green+Blue) = 37+122+78=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #257A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257A4E is #DA85B1. Grayscale: #5B5B5B. Windows color (decimal): -14321074 or 5143077. OLE color: 5143077.
HSL color Cylindrical-coordinate representation of color #257A4E: hue angle of 148.94º 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 #257A4E is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 122 | 78 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.52 |
| HSL | 148.94º | 0.53% | 0.31% | - |
| HSV(B) | 148.94º | 0.7% | 0.48% | - |
| XYZ | 9.1 | 14.86 | 9.6 | - |
| YUV | 91.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 78 | 0.70 | 0 | 0.36 | 0.52 | 148.94 | 0.53 | 0.31 |
| Hex | 25 | 7A | 4E | 46 | 0 | 24 | 34 | 95 | 35 | 1F |
| Octal | 45 | 172 | 116 | 106 | 0 | 44 | 64 | 225 | 65 | 37 |
| Binary | 100101 | 1111010 | 1001110 | 1000110 | 0 | 100100 | 110100 | 10010101 | 110101 | 11111 |
Color Harmonies of #257A4E
Complementary color
Monochromatic Colors of #257A4E
Black with #257A4E
Text Example
Text Example
White with #257A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A4E; }
p { color: rgb(37,122,78); }
H1.HeaderClassName
{
color: #257A4E;
}
.AnyTagClassName
{
color: #257A4E;
}
</style>
background-color css
<style>
a { background-color: #257A4E; }
a { background-color: rgb(37,122,78); }
div.DivClassName
{
background-color: #257A4E;
}
.BgClassName
{
background-color: #257A4E;
}
</style>
border-color css
<style>
span { border-color: #257A4E; }
span { border-color: rgb(37,122,78); }
td.TdClassName
{
border-color: #257A4E;
}
.TagClassName
{
border-color: #257A4E;
}
</style>