Shades of Salem #247753
Tints of Salem #247753
RGB
CMYK
RGB Variations
Color information
#247753 (or 0x247753) is known color: Salem. HEX triplet: 24, 77 and 53. RGB value is (36,119,83). Sum of RGB (Red+Green+Blue) = 36+119+83=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #247753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247753 is #DB88AC. Grayscale: #5A5A5A. Windows color (decimal): -14387373 or 5469988. OLE color: 5469988.
HSL color Cylindrical-coordinate representation of color #247753: hue angle of 153.98º 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 #247753 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 119 | 83 | - |
| CMYK | 0.70 | 0 | 0.30 | 0.53 |
| HSL | 153.98º | 0.54% | 0.3% | - |
| HSV(B) | 153.98º | 0.7% | 0.47% | - |
| XYZ | 8.89 | 14.19 | 10.45 | - |
| YUV | 90.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 119 | 83 | 0.70 | 0 | 0.30 | 0.53 | 153.98 | 0.54 | 0.3 |
| Hex | 24 | 77 | 53 | 46 | 0 | 1E | 35 | 9A | 36 | 1E |
| Octal | 44 | 167 | 123 | 106 | 0 | 36 | 65 | 232 | 66 | 36 |
| Binary | 100100 | 1110111 | 1010011 | 1000110 | 0 | 11110 | 110101 | 10011010 | 110110 | 11110 |
Color Harmonies of #247753
Complementary color
Monochromatic Colors of #247753
Black with #247753
Text Example
Text Example
White with #247753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247753; }
p { color: rgb(36,119,83); }
H1.HeaderClassName
{
color: #247753;
}
.AnyTagClassName
{
color: #247753;
}
</style>
background-color css
<style>
a { background-color: #247753; }
a { background-color: rgb(36,119,83); }
div.DivClassName
{
background-color: #247753;
}
.BgClassName
{
background-color: #247753;
}
</style>
border-color css
<style>
span { border-color: #247753; }
span { border-color: rgb(36,119,83); }
td.TdClassName
{
border-color: #247753;
}
.TagClassName
{
border-color: #247753;
}
</style>