Shades of Salem #247C53
Tints of Salem #247C53
RGB
CMYK
RGB Variations
Color information
#247C53 (or 0x247C53) is known color: Salem. HEX triplet: 24, 7C and 53. RGB value is (36,124,83). Sum of RGB (Red+Green+Blue) = 36+124+83=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #247C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247C53 is #DB83AC. Grayscale: #5D5D5D. Windows color (decimal): -14386093 or 5471268. OLE color: 5471268.
HSL color Cylindrical-coordinate representation of color #247C53: hue angle of 152.05º 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 #247C53 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 124 | 83 | - |
| CMYK | 0.71 | 0 | 0.33 | 0.51 |
| HSL | 152.05º | 0.55% | 0.31% | - |
| HSV(B) | 152.05º | 0.71% | 0.49% | - |
| XYZ | 9.5 | 15.41 | 10.66 | - |
| YUV | 93.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 124 | 83 | 0.71 | 0 | 0.33 | 0.51 | 152.05 | 0.55 | 0.31 |
| Hex | 24 | 7C | 53 | 47 | 0 | 21 | 33 | 98 | 37 | 1F |
| Octal | 44 | 174 | 123 | 107 | 0 | 41 | 63 | 230 | 67 | 37 |
| Binary | 100100 | 1111100 | 1010011 | 1000111 | 0 | 100001 | 110011 | 10011000 | 110111 | 11111 |
Color Harmonies of #247C53
Complementary color
Monochromatic Colors of #247C53
Black with #247C53
Text Example
Text Example
White with #247C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247C53; }
p { color: rgb(36,124,83); }
H1.HeaderClassName
{
color: #247C53;
}
.AnyTagClassName
{
color: #247C53;
}
</style>
background-color css
<style>
a { background-color: #247C53; }
a { background-color: rgb(36,124,83); }
div.DivClassName
{
background-color: #247C53;
}
.BgClassName
{
background-color: #247C53;
}
</style>
border-color css
<style>
span { border-color: #247C53; }
span { border-color: rgb(36,124,83); }
td.TdClassName
{
border-color: #247C53;
}
.TagClassName
{
border-color: #247C53;
}
</style>