Shades of Salem #248148
Tints of Salem #248148
RGB
CMYK
RGB Variations
Color information
#248148 (or 0x248148) is known color: Salem. HEX triplet: 24, 81 and 48. RGB value is (36,129,72). Sum of RGB (Red+Green+Blue) = 36+129+72=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #248148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248148 is #DB7EB7. Grayscale: #5E5E5E. Windows color (decimal): -14384824 or 4751652. OLE color: 4751652.
HSL color Cylindrical-coordinate representation of color #248148: hue angle of 143.23º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248148 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 129 | 72 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.49 |
| HSL | 143.23º | 0.56% | 0.32% | - |
| HSV(B) | 143.23º | 0.72% | 0.51% | - |
| XYZ | 9.75 | 16.54 | 8.81 | - |
| YUV | 94.7 | 115.19 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 129 | 72 | 0.72 | 0 | 0.44 | 0.49 | 143.23 | 0.56 | 0.32 |
| Hex | 24 | 81 | 48 | 48 | 0 | 2C | 31 | 8F | 38 | 20 |
| Octal | 44 | 201 | 110 | 110 | 0 | 54 | 61 | 217 | 70 | 40 |
| Binary | 100100 | 10000001 | 1001000 | 1001000 | 0 | 101100 | 110001 | 10001111 | 111000 | 100000 |
Color Harmonies of #248148
Complementary color
Monochromatic Colors of #248148
Black with #248148
Text Example
Text Example
White with #248148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248148; }
p { color: rgb(36,129,72); }
H1.HeaderClassName
{
color: #248148;
}
.AnyTagClassName
{
color: #248148;
}
</style>
background-color css
<style>
a { background-color: #248148; }
a { background-color: rgb(36,129,72); }
div.DivClassName
{
background-color: #248148;
}
.BgClassName
{
background-color: #248148;
}
</style>
border-color css
<style>
span { border-color: #248148; }
span { border-color: rgb(36,129,72); }
td.TdClassName
{
border-color: #248148;
}
.TagClassName
{
border-color: #248148;
}
</style>