Shades of Salem #248046
Tints of Salem #248046
RGB
CMYK
RGB Variations
Color information
#248046 (or 0x248046) is known color: Salem. HEX triplet: 24, 80 and 46. RGB value is (36,128,70). Sum of RGB (Red+Green+Blue) = 36+128+70=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #248046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248046 is #DB7FB9. Grayscale: #5E5E5E. Windows color (decimal): -14385082 or 4620324. OLE color: 4620324.
HSL color Cylindrical-coordinate representation of color #248046: hue angle of 142.17º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248046 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 128 | 70 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.50 |
| HSL | 142.17º | 0.56% | 0.32% | - |
| HSV(B) | 142.17º | 0.72% | 0.5% | - |
| XYZ | 9.55 | 16.26 | 8.43 | - |
| YUV | 93.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 128 | 70 | 0.72 | 0 | 0.45 | 0.50 | 142.17 | 0.56 | 0.32 |
| Hex | 24 | 80 | 46 | 48 | 0 | 2D | 32 | 8E | 38 | 20 |
| Octal | 44 | 200 | 106 | 110 | 0 | 55 | 62 | 216 | 70 | 40 |
| Binary | 100100 | 10000000 | 1000110 | 1001000 | 0 | 101101 | 110010 | 10001110 | 111000 | 100000 |
Color Harmonies of #248046
Complementary color
Monochromatic Colors of #248046
Black with #248046
Text Example
Text Example
White with #248046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248046; }
p { color: rgb(36,128,70); }
H1.HeaderClassName
{
color: #248046;
}
.AnyTagClassName
{
color: #248046;
}
</style>
background-color css
<style>
a { background-color: #248046; }
a { background-color: rgb(36,128,70); }
div.DivClassName
{
background-color: #248046;
}
.BgClassName
{
background-color: #248046;
}
</style>
border-color css
<style>
span { border-color: #248046; }
span { border-color: rgb(36,128,70); }
td.TdClassName
{
border-color: #248046;
}
.TagClassName
{
border-color: #248046;
}
</style>