Shades of Salem #247C48
Tints of Salem #247C48
RGB
CMYK
RGB Variations
Color information
#247C48 (or 0x247C48) is known color: Salem. HEX triplet: 24, 7C and 48. RGB value is (36,124,72). Sum of RGB (Red+Green+Blue) = 36+124+72=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #247C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247C48 is #DB83B7. Grayscale: #5B5B5B. Windows color (decimal): -14386104 or 4750372. OLE color: 4750372.
HSL color Cylindrical-coordinate representation of color #247C48: hue angle of 144.55º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247C48 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 124 | 72 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.51 |
| HSL | 144.55º | 0.55% | 0.31% | - |
| HSV(B) | 144.55º | 0.71% | 0.49% | - |
| XYZ | 9.1 | 15.26 | 8.6 | - |
| YUV | 91.76 | 116.85 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 72 | 0.71 | 0 | 0.42 | 0.51 | 144.55 | 0.55 | 0.31 |
| Hex | 24 | 7C | 48 | 47 | 0 | 2A | 33 | 91 | 37 | 1F |
| Octal | 44 | 174 | 110 | 107 | 0 | 52 | 63 | 221 | 67 | 37 |
| Binary | 100100 | 1111100 | 1001000 | 1000111 | 0 | 101010 | 110011 | 10010001 | 110111 | 11111 |
Color Harmonies of #247C48
Complementary color
Monochromatic Colors of #247C48
Black with #247C48
Text Example
Text Example
White with #247C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C48; }
p { color: rgb(36,124,72); }
H1.HeaderClassName
{
color: #247C48;
}
.AnyTagClassName
{
color: #247C48;
}
</style>
background-color css
<style>
a { background-color: #247C48; }
a { background-color: rgb(36,124,72); }
div.DivClassName
{
background-color: #247C48;
}
.BgClassName
{
background-color: #247C48;
}
</style>
border-color css
<style>
span { border-color: #247C48; }
span { border-color: rgb(36,124,72); }
td.TdClassName
{
border-color: #247C48;
}
.TagClassName
{
border-color: #247C48;
}
</style>