Shades of Salem #158445
Tints of Salem #158445
RGB
CMYK
RGB Variations
Color information
#158445 (or 0x158445) is known color: Salem. HEX triplet: 15, 84 and 45. RGB value is (21,132,69). Sum of RGB (Red+Green+Blue) = 21+132+69=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 132 (51.95% from 255 or 59.46% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 132 - color contains mainly: green. Hex color #158445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #158445 is #EA7BBA. Grayscale: #5B5B5B. Windows color (decimal): -15367099 or 4555797. OLE color: 4555797.
HSL color Cylindrical-coordinate representation of color #158445: hue angle of 145.95º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158445 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 132 | 69 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.48 |
| HSL | 145.95º | 0.73% | 0.3% | - |
| HSV(B) | 145.95º | 0.84% | 0.52% | - |
| XYZ | 9.63 | 17.09 | 8.42 | - |
| YUV | 91.63 | 115.23 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 69 | 0.84 | 0 | 0.48 | 0.48 | 145.95 | 0.73 | 0.3 |
| Hex | 15 | 84 | 45 | 54 | 0 | 30 | 30 | 92 | 49 | 1E |
| Octal | 25 | 204 | 105 | 124 | 0 | 60 | 60 | 222 | 111 | 36 |
| Binary | 10101 | 10000100 | 1000101 | 1010100 | 0 | 110000 | 110000 | 10010010 | 1001001 | 11110 |
Color Harmonies of #158445
Complementary color
Monochromatic Colors of #158445
Black with #158445
Text Example
Text Example
White with #158445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158445; }
p { color: rgb(21,132,69); }
H1.HeaderClassName
{
color: #158445;
}
.AnyTagClassName
{
color: #158445;
}
</style>
background-color css
<style>
a { background-color: #158445; }
a { background-color: rgb(21,132,69); }
div.DivClassName
{
background-color: #158445;
}
.BgClassName
{
background-color: #158445;
}
</style>
border-color css
<style>
span { border-color: #158445; }
span { border-color: rgb(21,132,69); }
td.TdClassName
{
border-color: #158445;
}
.TagClassName
{
border-color: #158445;
}
</style>