Shades of Salem #158146
Tints of Salem #158146
RGB
CMYK
RGB Variations
Color information
#158146 (or 0x158146) is known color: Salem. HEX triplet: 15, 81 and 46. RGB value is (21,129,70). Sum of RGB (Red+Green+Blue) = 21+129+70=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #158146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158146 is #EA7EB9. Grayscale: #5A5A5A. Windows color (decimal): -15367866 or 4620565. OLE color: 4620565.
HSL color Cylindrical-coordinate representation of color #158146: hue angle of 147.22º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158146 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 70 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.49 |
| HSL | 147.22º | 0.72% | 0.29% | - |
| HSV(B) | 147.22º | 0.84% | 0.51% | - |
| XYZ | 9.27 | 16.3 | 8.45 | - |
| YUV | 89.98 | 116.72 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 70 | 0.84 | 0 | 0.46 | 0.49 | 147.22 | 0.72 | 0.29 |
| Hex | 15 | 81 | 46 | 54 | 0 | 2E | 31 | 93 | 48 | 1D |
| Octal | 25 | 201 | 106 | 124 | 0 | 56 | 61 | 223 | 110 | 35 |
| Binary | 10101 | 10000001 | 1000110 | 1010100 | 0 | 101110 | 110001 | 10010011 | 1001000 | 11101 |
Color Harmonies of #158146
Complementary color
Monochromatic Colors of #158146
Black with #158146
Text Example
Text Example
White with #158146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158146; }
p { color: rgb(21,129,70); }
H1.HeaderClassName
{
color: #158146;
}
.AnyTagClassName
{
color: #158146;
}
</style>
background-color css
<style>
a { background-color: #158146; }
a { background-color: rgb(21,129,70); }
div.DivClassName
{
background-color: #158146;
}
.BgClassName
{
background-color: #158146;
}
</style>
border-color css
<style>
span { border-color: #158146; }
span { border-color: rgb(21,129,70); }
td.TdClassName
{
border-color: #158146;
}
.TagClassName
{
border-color: #158146;
}
</style>