Shades of Salem #148945
Tints of Salem #148945
RGB
CMYK
RGB Variations
Color information
#148945 (or 0x148945) is known color: Salem. HEX triplet: 14, 89 and 45. RGB value is (20,137,69). Sum of RGB (Red+Green+Blue) = 20+137+69=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #148945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148945 is #EB76BA. Grayscale: #5E5E5E. Windows color (decimal): -15431355 or 4557076. OLE color: 4557076.
HSL color Cylindrical-coordinate representation of color #148945: hue angle of 145.13º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148945 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 69 | - |
| CMYK | 0.85 | 0 | 0.50 | 0.46 |
| HSL | 145.13º | 0.75% | 0.31% | - |
| HSV(B) | 145.13º | 0.85% | 0.54% | - |
| XYZ | 10.31 | 18.47 | 8.65 | - |
| YUV | 94.27 | 113.74 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 69 | 0.85 | 0 | 0.50 | 0.46 | 145.13 | 0.75 | 0.31 |
| Hex | 14 | 89 | 45 | 55 | 0 | 32 | 2E | 91 | 4B | 1F |
| Octal | 24 | 211 | 105 | 125 | 0 | 62 | 56 | 221 | 113 | 37 |
| Binary | 10100 | 10001001 | 1000101 | 1010101 | 0 | 110010 | 101110 | 10010001 | 1001011 | 11111 |
Color Harmonies of #148945
Complementary color
Monochromatic Colors of #148945
Black with #148945
Text Example
Text Example
White with #148945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148945; }
p { color: rgb(20,137,69); }
H1.HeaderClassName
{
color: #148945;
}
.AnyTagClassName
{
color: #148945;
}
</style>
background-color css
<style>
a { background-color: #148945; }
a { background-color: rgb(20,137,69); }
div.DivClassName
{
background-color: #148945;
}
.BgClassName
{
background-color: #148945;
}
</style>
border-color css
<style>
span { border-color: #148945; }
span { border-color: rgb(20,137,69); }
td.TdClassName
{
border-color: #148945;
}
.TagClassName
{
border-color: #148945;
}
</style>