Shades of Salem #148247
Tints of Salem #148247
RGB
CMYK
RGB Variations
Color information
#148247 (or 0x148247) is known color: Salem. HEX triplet: 14, 82 and 47. RGB value is (20,130,71). Sum of RGB (Red+Green+Blue) = 20+130+71=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #148247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148247 is #EB7DB8. Grayscale: #5A5A5A. Windows color (decimal): -15433145 or 4686356. OLE color: 4686356.
HSL color Cylindrical-coordinate representation of color #148247: hue angle of 147.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148247 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 71 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.49 |
| HSL | 147.82º | 0.73% | 0.29% | - |
| HSV(B) | 147.82º | 0.85% | 0.51% | - |
| XYZ | 9.41 | 16.57 | 8.66 | - |
| YUV | 90.38 | 117.06 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 71 | 0.85 | 0 | 0.45 | 0.49 | 147.82 | 0.73 | 0.29 |
| Hex | 14 | 82 | 47 | 55 | 0 | 2D | 31 | 94 | 49 | 1D |
| Octal | 24 | 202 | 107 | 125 | 0 | 55 | 61 | 224 | 111 | 35 |
| Binary | 10100 | 10000010 | 1000111 | 1010101 | 0 | 101101 | 110001 | 10010100 | 1001001 | 11101 |
Color Harmonies of #148247
Complementary color
Monochromatic Colors of #148247
Black with #148247
Text Example
Text Example
White with #148247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148247; }
p { color: rgb(20,130,71); }
H1.HeaderClassName
{
color: #148247;
}
.AnyTagClassName
{
color: #148247;
}
</style>
background-color css
<style>
a { background-color: #148247; }
a { background-color: rgb(20,130,71); }
div.DivClassName
{
background-color: #148247;
}
.BgClassName
{
background-color: #148247;
}
</style>
border-color css
<style>
span { border-color: #148247; }
span { border-color: rgb(20,130,71); }
td.TdClassName
{
border-color: #148247;
}
.TagClassName
{
border-color: #148247;
}
</style>