Shades of Salem #15894D
Tints of Salem #15894D
RGB
CMYK
RGB Variations
Color information
#15894D (or 0x15894D) is known color: Salem. HEX triplet: 15, 89 and 4D. RGB value is (21,137,77). Sum of RGB (Red+Green+Blue) = 21+137+77=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #15894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15894D is #EA76B2. Grayscale: #5F5F5F. Windows color (decimal): -15365811 or 5081365. OLE color: 5081365.
HSL color Cylindrical-coordinate representation of color #15894D: hue angle of 148.97º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15894D is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 137 | 77 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.46 |
| HSL | 148.97º | 0.73% | 0.31% | - |
| HSV(B) | 148.97º | 0.85% | 0.54% | - |
| XYZ | 10.59 | 18.59 | 10.05 | - |
| YUV | 95.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 137 | 77 | 0.85 | 0 | 0.44 | 0.46 | 148.97 | 0.73 | 0.31 |
| Hex | 15 | 89 | 4D | 55 | 0 | 2C | 2E | 95 | 49 | 1F |
| Octal | 25 | 211 | 115 | 125 | 0 | 54 | 56 | 225 | 111 | 37 |
| Binary | 10101 | 10001001 | 1001101 | 1010101 | 0 | 101100 | 101110 | 10010101 | 1001001 | 11111 |
Color Harmonies of #15894D
Complementary color
Monochromatic Colors of #15894D
Black with #15894D
Text Example
Text Example
White with #15894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15894D; }
p { color: rgb(21,137,77); }
H1.HeaderClassName
{
color: #15894D;
}
.AnyTagClassName
{
color: #15894D;
}
</style>
background-color css
<style>
a { background-color: #15894D; }
a { background-color: rgb(21,137,77); }
div.DivClassName
{
background-color: #15894D;
}
.BgClassName
{
background-color: #15894D;
}
</style>
border-color css
<style>
span { border-color: #15894D; }
span { border-color: rgb(21,137,77); }
td.TdClassName
{
border-color: #15894D;
}
.TagClassName
{
border-color: #15894D;
}
</style>