Shades of Salem #148448
Tints of Salem #148448
RGB
CMYK
RGB Variations
Color information
#148448 (or 0x148448) is known color: Salem. HEX triplet: 14, 84 and 48. RGB value is (20,132,72). Sum of RGB (Red+Green+Blue) = 20+132+72=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #148448 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148448 is #EB7BB7. Grayscale: #5B5B5B. Windows color (decimal): -15432632 or 4752404. OLE color: 4752404.
HSL color Cylindrical-coordinate representation of color #148448: hue angle of 147.86º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148448 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 72 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.48 |
| HSL | 147.86º | 0.74% | 0.3% | - |
| HSV(B) | 147.86º | 0.85% | 0.52% | - |
| XYZ | 9.71 | 17.12 | 8.92 | - |
| YUV | 91.67 | 116.89 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 72 | 0.85 | 0 | 0.45 | 0.48 | 147.86 | 0.74 | 0.3 |
| Hex | 14 | 84 | 48 | 55 | 0 | 2D | 30 | 94 | 4A | 1E |
| Octal | 24 | 204 | 110 | 125 | 0 | 55 | 60 | 224 | 112 | 36 |
| Binary | 10100 | 10000100 | 1001000 | 1010101 | 0 | 101101 | 110000 | 10010100 | 1001010 | 11110 |
Color Harmonies of #148448
Complementary color
Monochromatic Colors of #148448
Black with #148448
Text Example
Text Example
White with #148448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148448; }
p { color: rgb(20,132,72); }
H1.HeaderClassName
{
color: #148448;
}
.AnyTagClassName
{
color: #148448;
}
</style>
background-color css
<style>
a { background-color: #148448; }
a { background-color: rgb(20,132,72); }
div.DivClassName
{
background-color: #148448;
}
.BgClassName
{
background-color: #148448;
}
</style>
border-color css
<style>
span { border-color: #148448; }
span { border-color: rgb(20,132,72); }
td.TdClassName
{
border-color: #148448;
}
.TagClassName
{
border-color: #148448;
}
</style>