Shades of Salem #148446
Tints of Salem #148446
RGB
CMYK
RGB Variations
Color information
#148446 (or 0x148446) is known color: Salem. HEX triplet: 14, 84 and 46. RGB value is (20,132,70). Sum of RGB (Red+Green+Blue) = 20+132+70=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #148446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148446 is #EB7BB9. Grayscale: #5B5B5B. Windows color (decimal): -15432634 or 4621332. OLE color: 4621332.
HSL color Cylindrical-coordinate representation of color #148446: hue angle of 146.79º 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 #148446 is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 70 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.48 |
| HSL | 146.79º | 0.74% | 0.3% | - |
| HSV(B) | 146.79º | 0.85% | 0.52% | - |
| XYZ | 9.65 | 17.09 | 8.59 | - |
| YUV | 91.44 | 115.89 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 70 | 0.85 | 0 | 0.47 | 0.48 | 146.79 | 0.74 | 0.3 |
| Hex | 14 | 84 | 46 | 55 | 0 | 2F | 30 | 93 | 4A | 1E |
| Octal | 24 | 204 | 106 | 125 | 0 | 57 | 60 | 223 | 112 | 36 |
| Binary | 10100 | 10000100 | 1000110 | 1010101 | 0 | 101111 | 110000 | 10010011 | 1001010 | 11110 |
Color Harmonies of #148446
Complementary color
Monochromatic Colors of #148446
Black with #148446
Text Example
Text Example
White with #148446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148446; }
p { color: rgb(20,132,70); }
H1.HeaderClassName
{
color: #148446;
}
.AnyTagClassName
{
color: #148446;
}
</style>
background-color css
<style>
a { background-color: #148446; }
a { background-color: rgb(20,132,70); }
div.DivClassName
{
background-color: #148446;
}
.BgClassName
{
background-color: #148446;
}
</style>
border-color css
<style>
span { border-color: #148446; }
span { border-color: rgb(20,132,70); }
td.TdClassName
{
border-color: #148446;
}
.TagClassName
{
border-color: #148446;
}
</style>