Shades of Salem #158145
Tints of Salem #158145
RGB
CMYK
RGB Variations
Color information
#158145 (or 0x158145) is known color: Salem. HEX triplet: 15, 81 and 45. RGB value is (21,129,69). Sum of RGB (Red+Green+Blue) = 21+129+69=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #158145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158145 is #EA7EBA. Grayscale: #5A5A5A. Windows color (decimal): -15367867 or 4555029. OLE color: 4555029.
HSL color Cylindrical-coordinate representation of color #158145: hue angle of 146.67º 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 #158145 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 69 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.49 |
| HSL | 146.67º | 0.72% | 0.29% | - |
| HSV(B) | 146.67º | 0.84% | 0.51% | - |
| XYZ | 9.23 | 16.29 | 8.29 | - |
| YUV | 89.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 69 | 0.84 | 0 | 0.47 | 0.49 | 146.67 | 0.72 | 0.29 |
| Hex | 15 | 81 | 45 | 54 | 0 | 2F | 31 | 93 | 48 | 1D |
| Octal | 25 | 201 | 105 | 124 | 0 | 57 | 61 | 223 | 110 | 35 |
| Binary | 10101 | 10000001 | 1000101 | 1010100 | 0 | 101111 | 110001 | 10010011 | 1001000 | 11101 |
Color Harmonies of #158145
Complementary color
Monochromatic Colors of #158145
Black with #158145
Text Example
Text Example
White with #158145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158145; }
p { color: rgb(21,129,69); }
H1.HeaderClassName
{
color: #158145;
}
.AnyTagClassName
{
color: #158145;
}
</style>
background-color css
<style>
a { background-color: #158145; }
a { background-color: rgb(21,129,69); }
div.DivClassName
{
background-color: #158145;
}
.BgClassName
{
background-color: #158145;
}
</style>
border-color css
<style>
span { border-color: #158145; }
span { border-color: rgb(21,129,69); }
td.TdClassName
{
border-color: #158145;
}
.TagClassName
{
border-color: #158145;
}
</style>