Shades of Salem #15774E
Tints of Salem #15774E
RGB
CMYK
RGB Variations
Color information
#15774E (or 0x15774E) is known color: Salem. HEX triplet: 15, 77 and 4E. RGB value is (21,119,78). Sum of RGB (Red+Green+Blue) = 21+119+78=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #15774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15774E is #EA88B1. Grayscale: #555555. Windows color (decimal): -15370418 or 5142293. OLE color: 5142293.
HSL color Cylindrical-coordinate representation of color #15774E: hue angle of 154.9º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15774E is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 78 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.53 |
| HSL | 154.9º | 0.7% | 0.27% | - |
| HSV(B) | 154.9º | 0.82% | 0.47% | - |
| XYZ | 8.28 | 13.9 | 9.45 | - |
| YUV | 85.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 78 | 0.82 | 0 | 0.34 | 0.53 | 154.9 | 0.7 | 0.27 |
| Hex | 15 | 77 | 4E | 52 | 0 | 22 | 35 | 9B | 46 | 1B |
| Octal | 25 | 167 | 116 | 122 | 0 | 42 | 65 | 233 | 106 | 33 |
| Binary | 10101 | 1110111 | 1001110 | 1010010 | 0 | 100010 | 110101 | 10011011 | 1000110 | 11011 |
Color Harmonies of #15774E
Complementary color
Monochromatic Colors of #15774E
Black with #15774E
Text Example
Text Example
White with #15774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15774E; }
p { color: rgb(21,119,78); }
H1.HeaderClassName
{
color: #15774E;
}
.AnyTagClassName
{
color: #15774E;
}
</style>
background-color css
<style>
a { background-color: #15774E; }
a { background-color: rgb(21,119,78); }
div.DivClassName
{
background-color: #15774E;
}
.BgClassName
{
background-color: #15774E;
}
</style>
border-color css
<style>
span { border-color: #15774E; }
span { border-color: rgb(21,119,78); }
td.TdClassName
{
border-color: #15774E;
}
.TagClassName
{
border-color: #15774E;
}
</style>