Shades of Salem #257E4E
Tints of Salem #257E4E
RGB
CMYK
RGB Variations
Color information
#257E4E (or 0x257E4E) is known color: Salem. HEX triplet: 25, 7E and 4E. RGB value is (37,126,78). Sum of RGB (Red+Green+Blue) = 37+126+78=241 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.35% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #257E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E4E is #DA81B1. Grayscale: #5E5E5E. Windows color (decimal): -14320050 or 5144101. OLE color: 5144101.
HSL color Cylindrical-coordinate representation of color #257E4E: hue angle of 147.64º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E4E is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 126 | 78 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.51 |
| HSL | 147.64º | 0.55% | 0.32% | - |
| HSV(B) | 147.64º | 0.71% | 0.49% | - |
| XYZ | 9.6 | 15.87 | 9.76 | - |
| YUV | 93.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 78 | 0.71 | 0 | 0.38 | 0.51 | 147.64 | 0.55 | 0.32 |
| Hex | 25 | 7E | 4E | 47 | 0 | 26 | 33 | 94 | 37 | 20 |
| Octal | 45 | 176 | 116 | 107 | 0 | 46 | 63 | 224 | 67 | 40 |
| Binary | 100101 | 1111110 | 1001110 | 1000111 | 0 | 100110 | 110011 | 10010100 | 110111 | 100000 |
Color Harmonies of #257E4E
Complementary color
Monochromatic Colors of #257E4E
Black with #257E4E
Text Example
Text Example
White with #257E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E4E; }
p { color: rgb(37,126,78); }
H1.HeaderClassName
{
color: #257E4E;
}
.AnyTagClassName
{
color: #257E4E;
}
</style>
background-color css
<style>
a { background-color: #257E4E; }
a { background-color: rgb(37,126,78); }
div.DivClassName
{
background-color: #257E4E;
}
.BgClassName
{
background-color: #257E4E;
}
</style>
border-color css
<style>
span { border-color: #257E4E; }
span { border-color: rgb(37,126,78); }
td.TdClassName
{
border-color: #257E4E;
}
.TagClassName
{
border-color: #257E4E;
}
</style>