Shades of Salem #257D4A
Tints of Salem #257D4A
RGB
CMYK
RGB Variations
Color information
#257D4A (or 0x257D4A) is known color: Salem. HEX triplet: 25, 7D and 4A. RGB value is (37,125,74). Sum of RGB (Red+Green+Blue) = 37+125+74=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 125 (49.22% from 255 or 52.97% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 125 - color contains mainly: green. Hex color #257D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D4A is #DA82B5. Grayscale: #5C5C5C. Windows color (decimal): -14320310 or 4881701. OLE color: 4881701.
HSL color Cylindrical-coordinate representation of color #257D4A: hue angle of 145.23º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257D4A is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 125 | 74 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.51 |
| HSL | 145.23º | 0.54% | 0.32% | - |
| HSV(B) | 145.23º | 0.7% | 0.49% | - |
| XYZ | 9.33 | 15.55 | 8.99 | - |
| YUV | 92.87 | 117.35 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 74 | 0.70 | 0 | 0.41 | 0.51 | 145.23 | 0.54 | 0.32 |
| Hex | 25 | 7D | 4A | 46 | 0 | 29 | 33 | 91 | 36 | 20 |
| Octal | 45 | 175 | 112 | 106 | 0 | 51 | 63 | 221 | 66 | 40 |
| Binary | 100101 | 1111101 | 1001010 | 1000110 | 0 | 101001 | 110011 | 10010001 | 110110 | 100000 |
Color Harmonies of #257D4A
Complementary color
Monochromatic Colors of #257D4A
Black with #257D4A
Text Example
Text Example
White with #257D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D4A; }
p { color: rgb(37,125,74); }
H1.HeaderClassName
{
color: #257D4A;
}
.AnyTagClassName
{
color: #257D4A;
}
</style>
background-color css
<style>
a { background-color: #257D4A; }
a { background-color: rgb(37,125,74); }
div.DivClassName
{
background-color: #257D4A;
}
.BgClassName
{
background-color: #257D4A;
}
</style>
border-color css
<style>
span { border-color: #257D4A; }
span { border-color: rgb(37,125,74); }
td.TdClassName
{
border-color: #257D4A;
}
.TagClassName
{
border-color: #257D4A;
}
</style>