Shades of Salem #247D4C
Tints of Salem #247D4C
RGB
CMYK
RGB Variations
Color information
#247D4C (or 0x247D4C) is known color: Salem. HEX triplet: 24, 7D and 4C. RGB value is (36,125,76). Sum of RGB (Red+Green+Blue) = 36+125+76=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #247D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247D4C is #DB82B3. Grayscale: #5C5C5C. Windows color (decimal): -14385844 or 5012772. OLE color: 5012772.
HSL color Cylindrical-coordinate representation of color #247D4C: hue angle of 146.97º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247D4C is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 36 | 125 | 76 | - |
| CMYK | 0.71 | 0 | 0.39 | 0.51 |
| HSL | 146.97º | 0.55% | 0.32% | - |
| HSV(B) | 146.97º | 0.71% | 0.49% | - |
| XYZ | 9.37 | 15.56 | 9.35 | - |
| YUV | 92.8 | 118.51 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 125 | 76 | 0.71 | 0 | 0.39 | 0.51 | 146.97 | 0.55 | 0.32 |
| Hex | 24 | 7D | 4C | 47 | 0 | 27 | 33 | 93 | 37 | 20 |
| Octal | 44 | 175 | 114 | 107 | 0 | 47 | 63 | 223 | 67 | 40 |
| Binary | 100100 | 1111101 | 1001100 | 1000111 | 0 | 100111 | 110011 | 10010011 | 110111 | 100000 |
Color Harmonies of #247D4C
Complementary color
Monochromatic Colors of #247D4C
Black with #247D4C
Text Example
Text Example
White with #247D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247D4C; }
p { color: rgb(36,125,76); }
H1.HeaderClassName
{
color: #247D4C;
}
.AnyTagClassName
{
color: #247D4C;
}
</style>
background-color css
<style>
a { background-color: #247D4C; }
a { background-color: rgb(36,125,76); }
div.DivClassName
{
background-color: #247D4C;
}
.BgClassName
{
background-color: #247D4C;
}
</style>
border-color css
<style>
span { border-color: #247D4C; }
span { border-color: rgb(36,125,76); }
td.TdClassName
{
border-color: #247D4C;
}
.TagClassName
{
border-color: #247D4C;
}
</style>