Shades of Salem #247550
Tints of Salem #247550
RGB
CMYK
RGB Variations
Color information
#247550 (or 0x247550) is known color: Salem. HEX triplet: 24, 75 and 50. RGB value is (36,117,80). Sum of RGB (Red+Green+Blue) = 36+117+80=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #247550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247550 is #DB8AAF. Grayscale: #585858. Windows color (decimal): -14387888 or 5272868. OLE color: 5272868.
HSL color Cylindrical-coordinate representation of color #247550: hue angle of 152.59º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247550 is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 117 | 80 | - |
| CMYK | 0.69 | 0 | 0.32 | 0.54 |
| HSL | 152.59º | 0.53% | 0.3% | - |
| HSV(B) | 152.59º | 0.69% | 0.46% | - |
| XYZ | 8.54 | 13.68 | 9.78 | - |
| YUV | 88.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 80 | 0.69 | 0 | 0.32 | 0.54 | 152.59 | 0.53 | 0.3 |
| Hex | 24 | 75 | 50 | 45 | 0 | 20 | 36 | 99 | 35 | 1E |
| Octal | 44 | 165 | 120 | 105 | 0 | 40 | 66 | 231 | 65 | 36 |
| Binary | 100100 | 1110101 | 1010000 | 1000101 | 0 | 100000 | 110110 | 10011001 | 110101 | 11110 |
Color Harmonies of #247550
Complementary color
Monochromatic Colors of #247550
Black with #247550
Text Example
Text Example
White with #247550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247550; }
p { color: rgb(36,117,80); }
H1.HeaderClassName
{
color: #247550;
}
.AnyTagClassName
{
color: #247550;
}
</style>
background-color css
<style>
a { background-color: #247550; }
a { background-color: rgb(36,117,80); }
div.DivClassName
{
background-color: #247550;
}
.BgClassName
{
background-color: #247550;
}
</style>
border-color css
<style>
span { border-color: #247550; }
span { border-color: rgb(36,117,80); }
td.TdClassName
{
border-color: #247550;
}
.TagClassName
{
border-color: #247550;
}
</style>