Shades of Salem #248247
Tints of Salem #248247
RGB
CMYK
RGB Variations
Color information
#248247 (or 0x248247) is known color: Salem. HEX triplet: 24, 82 and 47. RGB value is (36,130,71). Sum of RGB (Red+Green+Blue) = 36+130+71=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #248247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248247 is #DB7DB8. Grayscale: #5F5F5F. Windows color (decimal): -14384569 or 4686372. OLE color: 4686372.
HSL color Cylindrical-coordinate representation of color #248247: hue angle of 142.34º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248247 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 71 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.49 |
| HSL | 142.34º | 0.57% | 0.33% | - |
| HSV(B) | 142.34º | 0.72% | 0.51% | - |
| XYZ | 9.85 | 16.8 | 8.68 | - |
| YUV | 95.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 71 | 0.72 | 0 | 0.45 | 0.49 | 142.34 | 0.57 | 0.33 |
| Hex | 24 | 82 | 47 | 48 | 0 | 2D | 31 | 8E | 39 | 21 |
| Octal | 44 | 202 | 107 | 110 | 0 | 55 | 61 | 216 | 71 | 41 |
| Binary | 100100 | 10000010 | 1000111 | 1001000 | 0 | 101101 | 110001 | 10001110 | 111001 | 100001 |
Color Harmonies of #248247
Complementary color
Monochromatic Colors of #248247
Black with #248247
Text Example
Text Example
White with #248247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248247; }
p { color: rgb(36,130,71); }
H1.HeaderClassName
{
color: #248247;
}
.AnyTagClassName
{
color: #248247;
}
</style>
background-color css
<style>
a { background-color: #248247; }
a { background-color: rgb(36,130,71); }
div.DivClassName
{
background-color: #248247;
}
.BgClassName
{
background-color: #248247;
}
</style>
border-color css
<style>
span { border-color: #248247; }
span { border-color: rgb(36,130,71); }
td.TdClassName
{
border-color: #248247;
}
.TagClassName
{
border-color: #248247;
}
</style>