Shades of Salem #247552
Tints of Salem #247552
RGB
CMYK
RGB Variations
Color information
#247552 (or 0x247552) is known color: Salem. HEX triplet: 24, 75 and 52. RGB value is (36,117,82). Sum of RGB (Red+Green+Blue) = 36+117+82=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #247552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247552 is #DB8AAD. Grayscale: #585858. Windows color (decimal): -14387886 or 5403940. OLE color: 5403940.
HSL color Cylindrical-coordinate representation of color #247552: hue angle of 154.07º 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 #247552 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 117 | 82 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.54 |
| HSL | 154.07º | 0.53% | 0.3% | - |
| HSV(B) | 154.07º | 0.69% | 0.46% | - |
| XYZ | 8.61 | 13.71 | 10.17 | - |
| YUV | 88.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 82 | 0.69 | 0 | 0.30 | 0.54 | 154.07 | 0.53 | 0.3 |
| Hex | 24 | 75 | 52 | 45 | 0 | 1E | 36 | 9A | 35 | 1E |
| Octal | 44 | 165 | 122 | 105 | 0 | 36 | 66 | 232 | 65 | 36 |
| Binary | 100100 | 1110101 | 1010010 | 1000101 | 0 | 11110 | 110110 | 10011010 | 110101 | 11110 |
Color Harmonies of #247552
Complementary color
Monochromatic Colors of #247552
Black with #247552
Text Example
Text Example
White with #247552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247552; }
p { color: rgb(36,117,82); }
H1.HeaderClassName
{
color: #247552;
}
.AnyTagClassName
{
color: #247552;
}
</style>
background-color css
<style>
a { background-color: #247552; }
a { background-color: rgb(36,117,82); }
div.DivClassName
{
background-color: #247552;
}
.BgClassName
{
background-color: #247552;
}
</style>
border-color css
<style>
span { border-color: #247552; }
span { border-color: rgb(36,117,82); }
td.TdClassName
{
border-color: #247552;
}
.TagClassName
{
border-color: #247552;
}
</style>