Shades of Salem #148259
Tints of Salem #148259
RGB
CMYK
RGB Variations
Color information
#148259 (or 0x148259) is known color: Salem. HEX triplet: 14, 82 and 59. RGB value is (20,130,89). Sum of RGB (Red+Green+Blue) = 20+130+89=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #148259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148259 is #EB7DA6. Grayscale: #5C5C5C. Windows color (decimal): -15433127 or 5866004. OLE color: 5866004.
HSL color Cylindrical-coordinate representation of color #148259: hue angle of 157.64º 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 #148259 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 89 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.49 |
| HSL | 157.64º | 0.73% | 0.29% | - |
| HSV(B) | 157.64º | 0.85% | 0.51% | - |
| XYZ | 10.07 | 16.84 | 12.17 | - |
| YUV | 92.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 89 | 0.85 | 0 | 0.32 | 0.49 | 157.64 | 0.73 | 0.29 |
| Hex | 14 | 82 | 59 | 55 | 0 | 20 | 31 | 9E | 49 | 1D |
| Octal | 24 | 202 | 131 | 125 | 0 | 40 | 61 | 236 | 111 | 35 |
| Binary | 10100 | 10000010 | 1011001 | 1010101 | 0 | 100000 | 110001 | 10011110 | 1001001 | 11101 |
Color Harmonies of #148259
Complementary color
Monochromatic Colors of #148259
Black with #148259
Text Example
Text Example
White with #148259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148259; }
p { color: rgb(20,130,89); }
H1.HeaderClassName
{
color: #148259;
}
.AnyTagClassName
{
color: #148259;
}
</style>
background-color css
<style>
a { background-color: #148259; }
a { background-color: rgb(20,130,89); }
div.DivClassName
{
background-color: #148259;
}
.BgClassName
{
background-color: #148259;
}
</style>
border-color css
<style>
span { border-color: #148259; }
span { border-color: rgb(20,130,89); }
td.TdClassName
{
border-color: #148259;
}
.TagClassName
{
border-color: #148259;
}
</style>