Shades of Salem #15804D
Tints of Salem #15804D
RGB
CMYK
RGB Variations
Color information
#15804D (or 0x15804D) is known color: Salem. HEX triplet: 15, 80 and 4D. RGB value is (21,128,77). Sum of RGB (Red+Green+Blue) = 21+128+77=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #15804D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15804D is #EA7FB2. Grayscale: #5A5A5A. Windows color (decimal): -15368115 or 5079061. OLE color: 5079061.
HSL color Cylindrical-coordinate representation of color #15804D: hue angle of 151.4º 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 #15804D is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 128 | 77 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.50 |
| HSL | 151.4º | 0.72% | 0.29% | - |
| HSV(B) | 151.4º | 0.84% | 0.5% | - |
| XYZ | 9.37 | 16.13 | 9.64 | - |
| YUV | 90.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 128 | 77 | 0.84 | 0 | 0.40 | 0.50 | 151.4 | 0.72 | 0.29 |
| Hex | 15 | 80 | 4D | 54 | 0 | 28 | 32 | 97 | 48 | 1D |
| Octal | 25 | 200 | 115 | 124 | 0 | 50 | 62 | 227 | 110 | 35 |
| Binary | 10101 | 10000000 | 1001101 | 1010100 | 0 | 101000 | 110010 | 10010111 | 1001000 | 11101 |
Color Harmonies of #15804D
Complementary color
Monochromatic Colors of #15804D
Black with #15804D
Text Example
Text Example
White with #15804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15804D; }
p { color: rgb(21,128,77); }
H1.HeaderClassName
{
color: #15804D;
}
.AnyTagClassName
{
color: #15804D;
}
</style>
background-color css
<style>
a { background-color: #15804D; }
a { background-color: rgb(21,128,77); }
div.DivClassName
{
background-color: #15804D;
}
.BgClassName
{
background-color: #15804D;
}
</style>
border-color css
<style>
span { border-color: #15804D; }
span { border-color: rgb(21,128,77); }
td.TdClassName
{
border-color: #15804D;
}
.TagClassName
{
border-color: #15804D;
}
</style>