Shades of Salem #247F57
Tints of Salem #247F57
RGB
CMYK
RGB Variations
Color information
#247F57 (or 0x247F57) is known color: Salem. HEX triplet: 24, 7F and 57. RGB value is (36,127,87). Sum of RGB (Red+Green+Blue) = 36+127+87=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #247F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247F57 is #DB80A8. Grayscale: #5F5F5F. Windows color (decimal): -14385321 or 5734180. OLE color: 5734180.
HSL color Cylindrical-coordinate representation of color #247F57: hue angle of 153.63º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F57 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 87 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.50 |
| HSL | 153.63º | 0.56% | 0.32% | - |
| HSV(B) | 153.63º | 0.72% | 0.5% | - |
| XYZ | 10.04 | 16.24 | 11.62 | - |
| YUV | 95.23 | 123.35 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 87 | 0.72 | 0 | 0.31 | 0.50 | 153.63 | 0.56 | 0.32 |
| Hex | 24 | 7F | 57 | 48 | 0 | 1F | 32 | 9A | 38 | 20 |
| Octal | 44 | 177 | 127 | 110 | 0 | 37 | 62 | 232 | 70 | 40 |
| Binary | 100100 | 1111111 | 1010111 | 1001000 | 0 | 11111 | 110010 | 10011010 | 111000 | 100000 |
Color Harmonies of #247F57
Complementary color
Monochromatic Colors of #247F57
Black with #247F57
Text Example
Text Example
White with #247F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F57; }
p { color: rgb(36,127,87); }
H1.HeaderClassName
{
color: #247F57;
}
.AnyTagClassName
{
color: #247F57;
}
</style>
background-color css
<style>
a { background-color: #247F57; }
a { background-color: rgb(36,127,87); }
div.DivClassName
{
background-color: #247F57;
}
.BgClassName
{
background-color: #247F57;
}
</style>
border-color css
<style>
span { border-color: #247F57; }
span { border-color: rgb(36,127,87); }
td.TdClassName
{
border-color: #247F57;
}
.TagClassName
{
border-color: #247F57;
}
</style>