Shades of Salem #158248
Tints of Salem #158248
RGB
CMYK
RGB Variations
Color information
#158248 (or 0x158248) is known color: Salem. HEX triplet: 15, 82 and 48. RGB value is (21,130,72). Sum of RGB (Red+Green+Blue) = 21+130+72=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #158248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158248 is #EA7DB7. Grayscale: #5A5A5A. Windows color (decimal): -15367608 or 4751893. OLE color: 4751893.
HSL color Cylindrical-coordinate representation of color #158248: hue angle of 148.07º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158248 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 130 | 72 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.49 |
| HSL | 148.07º | 0.72% | 0.3% | - |
| HSV(B) | 148.07º | 0.84% | 0.51% | - |
| XYZ | 9.46 | 16.59 | 8.83 | - |
| YUV | 90.8 | 117.39 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 130 | 72 | 0.84 | 0 | 0.45 | 0.49 | 148.07 | 0.72 | 0.3 |
| Hex | 15 | 82 | 48 | 54 | 0 | 2D | 31 | 94 | 48 | 1E |
| Octal | 25 | 202 | 110 | 124 | 0 | 55 | 61 | 224 | 110 | 36 |
| Binary | 10101 | 10000010 | 1001000 | 1010100 | 0 | 101101 | 110001 | 10010100 | 1001000 | 11110 |
Color Harmonies of #158248
Complementary color
Monochromatic Colors of #158248
Black with #158248
Text Example
Text Example
White with #158248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158248; }
p { color: rgb(21,130,72); }
H1.HeaderClassName
{
color: #158248;
}
.AnyTagClassName
{
color: #158248;
}
</style>
background-color css
<style>
a { background-color: #158248; }
a { background-color: rgb(21,130,72); }
div.DivClassName
{
background-color: #158248;
}
.BgClassName
{
background-color: #158248;
}
</style>
border-color css
<style>
span { border-color: #158248; }
span { border-color: rgb(21,130,72); }
td.TdClassName
{
border-color: #158248;
}
.TagClassName
{
border-color: #158248;
}
</style>