Shades of Salem #24794D
Tints of Salem #24794D
RGB
CMYK
RGB Variations
Color information
#24794D (or 0x24794D) is known color: Salem. HEX triplet: 24, 79 and 4D. RGB value is (36,121,77). Sum of RGB (Red+Green+Blue) = 36+121+77=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #24794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24794D is #DB86B2. Grayscale: #5A5A5A. Windows color (decimal): -14386867 or 5077284. OLE color: 5077284.
HSL color Cylindrical-coordinate representation of color #24794D: hue angle of 148.94º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24794D is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 121 | 77 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.53 |
| HSL | 148.94º | 0.54% | 0.31% | - |
| HSV(B) | 148.94º | 0.7% | 0.47% | - |
| XYZ | 8.9 | 14.59 | 9.37 | - |
| YUV | 90.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 77 | 0.70 | 0 | 0.36 | 0.53 | 148.94 | 0.54 | 0.31 |
| Hex | 24 | 79 | 4D | 46 | 0 | 24 | 35 | 95 | 36 | 1F |
| Octal | 44 | 171 | 115 | 106 | 0 | 44 | 65 | 225 | 66 | 37 |
| Binary | 100100 | 1111001 | 1001101 | 1000110 | 0 | 100100 | 110101 | 10010101 | 110110 | 11111 |
Color Harmonies of #24794D
Complementary color
Monochromatic Colors of #24794D
Black with #24794D
Text Example
Text Example
White with #24794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24794D; }
p { color: rgb(36,121,77); }
H1.HeaderClassName
{
color: #24794D;
}
.AnyTagClassName
{
color: #24794D;
}
</style>
background-color css
<style>
a { background-color: #24794D; }
a { background-color: rgb(36,121,77); }
div.DivClassName
{
background-color: #24794D;
}
.BgClassName
{
background-color: #24794D;
}
</style>
border-color css
<style>
span { border-color: #24794D; }
span { border-color: rgb(36,121,77); }
td.TdClassName
{
border-color: #24794D;
}
.TagClassName
{
border-color: #24794D;
}
</style>