Shades of Salem #157954
Tints of Salem #157954
RGB
CMYK
RGB Variations
Color information
#157954 (or 0x157954) is known color: Salem. HEX triplet: 15, 79 and 54. RGB value is (21,121,84). Sum of RGB (Red+Green+Blue) = 21+121+84=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #157954 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157954 is #EA86AB. Grayscale: #565656. Windows color (decimal): -15369900 or 5536021. OLE color: 5536021.
HSL color Cylindrical-coordinate representation of color #157954: hue angle of 157.8º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157954 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 121 | 84 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.53 |
| HSL | 157.8º | 0.7% | 0.28% | - |
| HSV(B) | 157.8º | 0.83% | 0.47% | - |
| XYZ | 8.75 | 14.47 | 10.72 | - |
| YUV | 86.88 | 126.37 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 121 | 84 | 0.83 | 0 | 0.31 | 0.53 | 157.8 | 0.7 | 0.28 |
| Hex | 15 | 79 | 54 | 53 | 0 | 1F | 35 | 9E | 46 | 1C |
| Octal | 25 | 171 | 124 | 123 | 0 | 37 | 65 | 236 | 106 | 34 |
| Binary | 10101 | 1111001 | 1010100 | 1010011 | 0 | 11111 | 110101 | 10011110 | 1000110 | 11100 |
Color Harmonies of #157954
Complementary color
Monochromatic Colors of #157954
Black with #157954
Text Example
Text Example
White with #157954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157954; }
p { color: rgb(21,121,84); }
H1.HeaderClassName
{
color: #157954;
}
.AnyTagClassName
{
color: #157954;
}
</style>
background-color css
<style>
a { background-color: #157954; }
a { background-color: rgb(21,121,84); }
div.DivClassName
{
background-color: #157954;
}
.BgClassName
{
background-color: #157954;
}
</style>
border-color css
<style>
span { border-color: #157954; }
span { border-color: rgb(21,121,84); }
td.TdClassName
{
border-color: #157954;
}
.TagClassName
{
border-color: #157954;
}
</style>