Shades of Salem #247A4B
Tints of Salem #247A4B
RGB
CMYK
RGB Variations
Color information
#247A4B (or 0x247A4B) is known color: Salem. HEX triplet: 24, 7A and 4B. RGB value is (36,122,75). Sum of RGB (Red+Green+Blue) = 36+122+75=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #247A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247A4B is #DB85B4. Grayscale: #5B5B5B. Windows color (decimal): -14386613 or 4946468. OLE color: 4946468.
HSL color Cylindrical-coordinate representation of color #247A4B: hue angle of 147.21º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247A4B is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 36 | 122 | 75 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.52 |
| HSL | 147.21º | 0.54% | 0.31% | - |
| HSV(B) | 147.21º | 0.7% | 0.48% | - |
| XYZ | 8.96 | 14.8 | 9.04 | - |
| YUV | 90.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 75 | 0.70 | 0 | 0.39 | 0.52 | 147.21 | 0.54 | 0.31 |
| Hex | 24 | 7A | 4B | 46 | 0 | 27 | 34 | 93 | 36 | 1F |
| Octal | 44 | 172 | 113 | 106 | 0 | 47 | 64 | 223 | 66 | 37 |
| Binary | 100100 | 1111010 | 1001011 | 1000110 | 0 | 100111 | 110100 | 10010011 | 110110 | 11111 |
Color Harmonies of #247A4B
Complementary color
Monochromatic Colors of #247A4B
Black with #247A4B
Text Example
Text Example
White with #247A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A4B; }
p { color: rgb(36,122,75); }
H1.HeaderClassName
{
color: #247A4B;
}
.AnyTagClassName
{
color: #247A4B;
}
</style>
background-color css
<style>
a { background-color: #247A4B; }
a { background-color: rgb(36,122,75); }
div.DivClassName
{
background-color: #247A4B;
}
.BgClassName
{
background-color: #247A4B;
}
</style>
border-color css
<style>
span { border-color: #247A4B; }
span { border-color: rgb(36,122,75); }
td.TdClassName
{
border-color: #247A4B;
}
.TagClassName
{
border-color: #247A4B;
}
</style>