Shades of Salem #15854E
Tints of Salem #15854E
RGB
CMYK
RGB Variations
Color information
#15854E (or 0x15854E) is known color: Salem. HEX triplet: 15, 85 and 4E. RGB value is (21,133,78). Sum of RGB (Red+Green+Blue) = 21+133+78=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #15854E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15854E is #EA7AB1. Grayscale: #5D5D5D. Windows color (decimal): -15366834 or 5145877. OLE color: 5145877.
HSL color Cylindrical-coordinate representation of color #15854E: hue angle of 150.54º 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 #15854E is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 78 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.48 |
| HSL | 150.54º | 0.73% | 0.3% | - |
| HSV(B) | 150.54º | 0.84% | 0.52% | - |
| XYZ | 10.07 | 17.48 | 10.05 | - |
| YUV | 93.24 | 119.39 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 78 | 0.84 | 0 | 0.41 | 0.48 | 150.54 | 0.73 | 0.3 |
| Hex | 15 | 85 | 4E | 54 | 0 | 29 | 30 | 97 | 49 | 1E |
| Octal | 25 | 205 | 116 | 124 | 0 | 51 | 60 | 227 | 111 | 36 |
| Binary | 10101 | 10000101 | 1001110 | 1010100 | 0 | 101001 | 110000 | 10010111 | 1001001 | 11110 |
Color Harmonies of #15854E
Complementary color
Monochromatic Colors of #15854E
Black with #15854E
Text Example
Text Example
White with #15854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15854E; }
p { color: rgb(21,133,78); }
H1.HeaderClassName
{
color: #15854E;
}
.AnyTagClassName
{
color: #15854E;
}
</style>
background-color css
<style>
a { background-color: #15854E; }
a { background-color: rgb(21,133,78); }
div.DivClassName
{
background-color: #15854E;
}
.BgClassName
{
background-color: #15854E;
}
</style>
border-color css
<style>
span { border-color: #15854E; }
span { border-color: rgb(21,133,78); }
td.TdClassName
{
border-color: #15854E;
}
.TagClassName
{
border-color: #15854E;
}
</style>