Shades of Salem #159044
Tints of Salem #159044
RGB
CMYK
RGB Variations
Color information
#159044 (or 0x159044) is known color: Salem. HEX triplet: 15, 90 and 44. RGB value is (21,144,68). Sum of RGB (Red+Green+Blue) = 21+144+68=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #159044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #159044 is #EA6FBB. Grayscale: #626262. Windows color (decimal): -15364028 or 4493333. OLE color: 4493333.
HSL color Cylindrical-coordinate representation of color #159044: hue angle of 142.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #159044 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 68 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.44 |
| HSL | 142.93º | 0.75% | 0.32% | - |
| HSV(B) | 142.93º | 0.85% | 0.56% | - |
| XYZ | 11.33 | 20.52 | 8.83 | - |
| YUV | 98.56 | 110.75 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 68 | 0.85 | 0 | 0.53 | 0.44 | 142.93 | 0.75 | 0.32 |
| Hex | 15 | 90 | 44 | 55 | 0 | 35 | 2C | 8F | 4B | 20 |
| Octal | 25 | 220 | 104 | 125 | 0 | 65 | 54 | 217 | 113 | 40 |
| Binary | 10101 | 10010000 | 1000100 | 1010101 | 0 | 110101 | 101100 | 10001111 | 1001011 | 100000 |
Color Harmonies of #159044
Complementary color
Monochromatic Colors of #159044
Black with #159044
Text Example
Text Example
White with #159044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159044; }
p { color: rgb(21,144,68); }
H1.HeaderClassName
{
color: #159044;
}
.AnyTagClassName
{
color: #159044;
}
</style>
background-color css
<style>
a { background-color: #159044; }
a { background-color: rgb(21,144,68); }
div.DivClassName
{
background-color: #159044;
}
.BgClassName
{
background-color: #159044;
}
</style>
border-color css
<style>
span { border-color: #159044; }
span { border-color: rgb(21,144,68); }
td.TdClassName
{
border-color: #159044;
}
.TagClassName
{
border-color: #159044;
}
</style>