Shades of Salem #24754D
Tints of Salem #24754D
RGB
CMYK
RGB Variations
Color information
#24754D (or 0x24754D) is known color: Salem. HEX triplet: 24, 75 and 4D. RGB value is (36,117,77). Sum of RGB (Red+Green+Blue) = 36+117+77=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #24754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24754D is #DB8AB2. Grayscale: #585858. Windows color (decimal): -14387891 or 5076260. OLE color: 5076260.
HSL color Cylindrical-coordinate representation of color #24754D: hue angle of 150.37º 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 #24754D is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 117 | 77 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.54 |
| HSL | 150.37º | 0.53% | 0.3% | - |
| HSV(B) | 150.37º | 0.69% | 0.46% | - |
| XYZ | 8.43 | 13.63 | 9.21 | - |
| YUV | 88.22 | 121.66 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 117 | 77 | 0.69 | 0 | 0.34 | 0.54 | 150.37 | 0.53 | 0.3 |
| Hex | 24 | 75 | 4D | 45 | 0 | 22 | 36 | 96 | 35 | 1E |
| Octal | 44 | 165 | 115 | 105 | 0 | 42 | 66 | 226 | 65 | 36 |
| Binary | 100100 | 1110101 | 1001101 | 1000101 | 0 | 100010 | 110110 | 10010110 | 110101 | 11110 |
Color Harmonies of #24754D
Complementary color
Monochromatic Colors of #24754D
Black with #24754D
Text Example
Text Example
White with #24754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24754D; }
p { color: rgb(36,117,77); }
H1.HeaderClassName
{
color: #24754D;
}
.AnyTagClassName
{
color: #24754D;
}
</style>
background-color css
<style>
a { background-color: #24754D; }
a { background-color: rgb(36,117,77); }
div.DivClassName
{
background-color: #24754D;
}
.BgClassName
{
background-color: #24754D;
}
</style>
border-color css
<style>
span { border-color: #24754D; }
span { border-color: rgb(36,117,77); }
td.TdClassName
{
border-color: #24754D;
}
.TagClassName
{
border-color: #24754D;
}
</style>