Shades of Salem #247450
Tints of Salem #247450
RGB
CMYK
RGB Variations
Color information
#247450 (or 0x247450) is known color: Salem. HEX triplet: 24, 74 and 50. RGB value is (36,116,80). Sum of RGB (Red+Green+Blue) = 36+116+80=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #247450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247450 is #DB8BAF. Grayscale: #585858. Windows color (decimal): -14388144 or 5272612. OLE color: 5272612.
HSL color Cylindrical-coordinate representation of color #247450: hue angle of 153º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247450 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 116 | 80 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.55 |
| HSL | 153º | 0.53% | 0.3% | - |
| HSV(B) | 153º | 0.69% | 0.45% | - |
| XYZ | 8.42 | 13.45 | 9.74 | - |
| YUV | 87.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 80 | 0.69 | 0 | 0.31 | 0.55 | 153 | 0.53 | 0.3 |
| Hex | 24 | 74 | 50 | 45 | 0 | 1F | 37 | 99 | 35 | 1E |
| Octal | 44 | 164 | 120 | 105 | 0 | 37 | 67 | 231 | 65 | 36 |
| Binary | 100100 | 1110100 | 1010000 | 1000101 | 0 | 11111 | 110111 | 10011001 | 110101 | 11110 |
Color Harmonies of #247450
Complementary color
Monochromatic Colors of #247450
Black with #247450
Text Example
Text Example
White with #247450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247450; }
p { color: rgb(36,116,80); }
H1.HeaderClassName
{
color: #247450;
}
.AnyTagClassName
{
color: #247450;
}
</style>
background-color css
<style>
a { background-color: #247450; }
a { background-color: rgb(36,116,80); }
div.DivClassName
{
background-color: #247450;
}
.BgClassName
{
background-color: #247450;
}
</style>
border-color css
<style>
span { border-color: #247450; }
span { border-color: rgb(36,116,80); }
td.TdClassName
{
border-color: #247450;
}
.TagClassName
{
border-color: #247450;
}
</style>