Shades of Salem #24764D
Tints of Salem #24764D
RGB
CMYK
RGB Variations
Color information
#24764D (or 0x24764D) is known color: Salem. HEX triplet: 24, 76 and 4D. RGB value is (36,118,77). Sum of RGB (Red+Green+Blue) = 36+118+77=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #24764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24764D is #DB89B2. Grayscale: #585858. Windows color (decimal): -14387635 or 5076516. OLE color: 5076516.
HSL color Cylindrical-coordinate representation of color #24764D: hue angle of 150º 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 #24764D is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 118 | 77 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.54 |
| HSL | 150º | 0.53% | 0.3% | - |
| HSV(B) | 150º | 0.69% | 0.46% | - |
| XYZ | 8.55 | 13.87 | 9.25 | - |
| YUV | 88.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 77 | 0.69 | 0 | 0.35 | 0.54 | 150 | 0.53 | 0.3 |
| Hex | 24 | 76 | 4D | 45 | 0 | 23 | 36 | 96 | 35 | 1E |
| Octal | 44 | 166 | 115 | 105 | 0 | 43 | 66 | 226 | 65 | 36 |
| Binary | 100100 | 1110110 | 1001101 | 1000101 | 0 | 100011 | 110110 | 10010110 | 110101 | 11110 |
Color Harmonies of #24764D
Complementary color
Monochromatic Colors of #24764D
Black with #24764D
Text Example
Text Example
White with #24764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24764D; }
p { color: rgb(36,118,77); }
H1.HeaderClassName
{
color: #24764D;
}
.AnyTagClassName
{
color: #24764D;
}
</style>
background-color css
<style>
a { background-color: #24764D; }
a { background-color: rgb(36,118,77); }
div.DivClassName
{
background-color: #24764D;
}
.BgClassName
{
background-color: #24764D;
}
</style>
border-color css
<style>
span { border-color: #24764D; }
span { border-color: rgb(36,118,77); }
td.TdClassName
{
border-color: #24764D;
}
.TagClassName
{
border-color: #24764D;
}
</style>