Shades of Salem #247758
Tints of Salem #247758
RGB
CMYK
RGB Variations
Color information
#247758 (or 0x247758) is known color: Salem. HEX triplet: 24, 77 and 58. RGB value is (36,119,88). Sum of RGB (Red+Green+Blue) = 36+119+88=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #247758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247758 is #DB88A7. Grayscale: #5A5A5A. Windows color (decimal): -14387368 or 5797668. OLE color: 5797668.
HSL color Cylindrical-coordinate representation of color #247758: hue angle of 157.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247758 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 119 | 88 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.53 |
| HSL | 157.59º | 0.54% | 0.3% | - |
| HSV(B) | 157.59º | 0.7% | 0.47% | - |
| XYZ | 9.09 | 14.27 | 11.51 | - |
| YUV | 90.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 88 | 0.70 | 0 | 0.26 | 0.53 | 157.59 | 0.54 | 0.3 |
| Hex | 24 | 77 | 58 | 46 | 0 | 1A | 35 | 9E | 36 | 1E |
| Octal | 44 | 167 | 130 | 106 | 0 | 32 | 65 | 236 | 66 | 36 |
| Binary | 100100 | 1110111 | 1011000 | 1000110 | 0 | 11010 | 110101 | 10011110 | 110110 | 11110 |
Color Harmonies of #247758
Complementary color
Monochromatic Colors of #247758
Black with #247758
Text Example
Text Example
White with #247758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247758; }
p { color: rgb(36,119,88); }
H1.HeaderClassName
{
color: #247758;
}
.AnyTagClassName
{
color: #247758;
}
</style>
background-color css
<style>
a { background-color: #247758; }
a { background-color: rgb(36,119,88); }
div.DivClassName
{
background-color: #247758;
}
.BgClassName
{
background-color: #247758;
}
</style>
border-color css
<style>
span { border-color: #247758; }
span { border-color: rgb(36,119,88); }
td.TdClassName
{
border-color: #247758;
}
.TagClassName
{
border-color: #247758;
}
</style>