Shades of Salem #24764C
Tints of Salem #24764C
RGB
CMYK
RGB Variations
Color information
#24764C (or 0x24764C) is known color: Salem. HEX triplet: 24, 76 and 4C. RGB value is (36,118,76). Sum of RGB (Red+Green+Blue) = 36+118+76=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #24764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24764C is #DB89B3. Grayscale: #585858. Windows color (decimal): -14387636 or 5010980. OLE color: 5010980.
HSL color Cylindrical-coordinate representation of color #24764C: hue angle of 149.27º 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 #24764C is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 36 | 118 | 76 | - |
| CMYK | 0.69 | 0 | 0.36 | 0.54 |
| HSL | 149.27º | 0.53% | 0.3% | - |
| HSV(B) | 149.27º | 0.69% | 0.46% | - |
| XYZ | 8.51 | 13.85 | 9.06 | - |
| YUV | 88.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 76 | 0.69 | 0 | 0.36 | 0.54 | 149.27 | 0.53 | 0.3 |
| Hex | 24 | 76 | 4C | 45 | 0 | 24 | 36 | 95 | 35 | 1E |
| Octal | 44 | 166 | 114 | 105 | 0 | 44 | 66 | 225 | 65 | 36 |
| Binary | 100100 | 1110110 | 1001100 | 1000101 | 0 | 100100 | 110110 | 10010101 | 110101 | 11110 |
Color Harmonies of #24764C
Complementary color
Monochromatic Colors of #24764C
Black with #24764C
Text Example
Text Example
White with #24764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24764C; }
p { color: rgb(36,118,76); }
H1.HeaderClassName
{
color: #24764C;
}
.AnyTagClassName
{
color: #24764C;
}
</style>
background-color css
<style>
a { background-color: #24764C; }
a { background-color: rgb(36,118,76); }
div.DivClassName
{
background-color: #24764C;
}
.BgClassName
{
background-color: #24764C;
}
</style>
border-color css
<style>
span { border-color: #24764C; }
span { border-color: rgb(36,118,76); }
td.TdClassName
{
border-color: #24764C;
}
.TagClassName
{
border-color: #24764C;
}
</style>