Shades of Salem #24784A
Tints of Salem #24784A
RGB
CMYK
RGB Variations
Color information
#24784A (or 0x24784A) is known color: Salem. HEX triplet: 24, 78 and 4A. RGB value is (36,120,74). Sum of RGB (Red+Green+Blue) = 36+120+74=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #24784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24784A is #DB87B5. Grayscale: #595959. Windows color (decimal): -14387126 or 4880420. OLE color: 4880420.
HSL color Cylindrical-coordinate representation of color #24784A: hue angle of 147.14º 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 #24784A is Cyan = 0.7, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 36 | 120 | 74 | - |
| CMYK | 0.7 | 0 | 0.38 | 0.53 |
| HSL | 147.14º | 0.54% | 0.31% | - |
| HSV(B) | 147.14º | 0.7% | 0.47% | - |
| XYZ | 8.68 | 14.3 | 8.78 | - |
| YUV | 89.64 | 119.17 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 120 | 74 | 0.7 | 0 | 0.38 | 0.53 | 147.14 | 0.54 | 0.31 |
| Hex | 24 | 78 | 4A | 46 | 0 | 26 | 35 | 93 | 36 | 1F |
| Octal | 44 | 170 | 112 | 106 | 0 | 46 | 65 | 223 | 66 | 37 |
| Binary | 100100 | 1111000 | 1001010 | 1000110 | 0 | 100110 | 110101 | 10010011 | 110110 | 11111 |
Color Harmonies of #24784A
Complementary color
Monochromatic Colors of #24784A
Black with #24784A
Text Example
Text Example
White with #24784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24784A; }
p { color: rgb(36,120,74); }
H1.HeaderClassName
{
color: #24784A;
}
.AnyTagClassName
{
color: #24784A;
}
</style>
background-color css
<style>
a { background-color: #24784A; }
a { background-color: rgb(36,120,74); }
div.DivClassName
{
background-color: #24784A;
}
.BgClassName
{
background-color: #24784A;
}
</style>
border-color css
<style>
span { border-color: #24784A; }
span { border-color: rgb(36,120,74); }
td.TdClassName
{
border-color: #24784A;
}
.TagClassName
{
border-color: #24784A;
}
</style>