Shades of Salem #15804E
Tints of Salem #15804E
RGB
CMYK
RGB Variations
Color information
#15804E (or 0x15804E) is known color: Salem. HEX triplet: 15, 80 and 4E. RGB value is (21,128,78). Sum of RGB (Red+Green+Blue) = 21+128+78=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #15804E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15804E is #EA7FB1. Grayscale: #5A5A5A. Windows color (decimal): -15368114 or 5144597. OLE color: 5144597.
HSL color Cylindrical-coordinate representation of color #15804E: hue angle of 151.96º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #15804E is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 128 | 78 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.50 |
| HSL | 151.96º | 0.72% | 0.29% | - |
| HSV(B) | 151.96º | 0.84% | 0.5% | - |
| XYZ | 9.4 | 16.15 | 9.83 | - |
| YUV | 90.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 78 | 0.84 | 0 | 0.39 | 0.50 | 151.96 | 0.72 | 0.29 |
| Hex | 15 | 80 | 4E | 54 | 0 | 27 | 32 | 98 | 48 | 1D |
| Octal | 25 | 200 | 116 | 124 | 0 | 47 | 62 | 230 | 110 | 35 |
| Binary | 10101 | 10000000 | 1001110 | 1010100 | 0 | 100111 | 110010 | 10011000 | 1001000 | 11101 |
Color Harmonies of #15804E
Complementary color
Monochromatic Colors of #15804E
Black with #15804E
Text Example
Text Example
White with #15804E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15804E; }
p { color: rgb(21,128,78); }
H1.HeaderClassName
{
color: #15804E;
}
.AnyTagClassName
{
color: #15804E;
}
</style>
background-color css
<style>
a { background-color: #15804E; }
a { background-color: rgb(21,128,78); }
div.DivClassName
{
background-color: #15804E;
}
.BgClassName
{
background-color: #15804E;
}
</style>
border-color css
<style>
span { border-color: #15804E; }
span { border-color: rgb(21,128,78); }
td.TdClassName
{
border-color: #15804E;
}
.TagClassName
{
border-color: #15804E;
}
</style>