Shades of Salem #247B58
Tints of Salem #247B58
RGB
CMYK
RGB Variations
Color information
#247B58 (or 0x247B58) is known color: Salem. HEX triplet: 24, 7B and 58. RGB value is (36,123,88). Sum of RGB (Red+Green+Blue) = 36+123+88=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #247B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247B58 is #DB84A7. Grayscale: #5D5D5D. Windows color (decimal): -14386344 or 5798692. OLE color: 5798692.
HSL color Cylindrical-coordinate representation of color #247B58: hue angle of 155.86º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #247B58 is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 123 | 88 | - |
| CMYK | 0.71 | 0 | 0.28 | 0.52 |
| HSL | 155.86º | 0.55% | 0.31% | - |
| HSV(B) | 155.86º | 0.71% | 0.48% | - |
| XYZ | 9.57 | 15.25 | 11.67 | - |
| YUV | 93 | 125.18 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 88 | 0.71 | 0 | 0.28 | 0.52 | 155.86 | 0.55 | 0.31 |
| Hex | 24 | 7B | 58 | 47 | 0 | 1C | 34 | 9C | 37 | 1F |
| Octal | 44 | 173 | 130 | 107 | 0 | 34 | 64 | 234 | 67 | 37 |
| Binary | 100100 | 1111011 | 1011000 | 1000111 | 0 | 11100 | 110100 | 10011100 | 110111 | 11111 |
Color Harmonies of #247B58
Complementary color
Monochromatic Colors of #247B58
Black with #247B58
Text Example
Text Example
White with #247B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B58; }
p { color: rgb(36,123,88); }
H1.HeaderClassName
{
color: #247B58;
}
.AnyTagClassName
{
color: #247B58;
}
</style>
background-color css
<style>
a { background-color: #247B58; }
a { background-color: rgb(36,123,88); }
div.DivClassName
{
background-color: #247B58;
}
.BgClassName
{
background-color: #247B58;
}
</style>
border-color css
<style>
span { border-color: #247B58; }
span { border-color: rgb(36,123,88); }
td.TdClassName
{
border-color: #247B58;
}
.TagClassName
{
border-color: #247B58;
}
</style>