Shades of Salem #15784D
Tints of Salem #15784D
RGB
CMYK
RGB Variations
Color information
#15784D (or 0x15784D) is known color: Salem. HEX triplet: 15, 78 and 4D. RGB value is (21,120,77). Sum of RGB (Red+Green+Blue) = 21+120+77=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #15784D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15784D is #EA87B2. Grayscale: #555555. Windows color (decimal): -15370163 or 5077013. OLE color: 5077013.
HSL color Cylindrical-coordinate representation of color #15784D: hue angle of 153.94º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15784D is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 120 | 77 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.53 |
| HSL | 153.94º | 0.7% | 0.28% | - |
| HSV(B) | 153.94º | 0.83% | 0.47% | - |
| XYZ | 8.37 | 14.13 | 9.31 | - |
| YUV | 85.5 | 123.2 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 120 | 77 | 0.83 | 0 | 0.36 | 0.53 | 153.94 | 0.7 | 0.28 |
| Hex | 15 | 78 | 4D | 53 | 0 | 24 | 35 | 9A | 46 | 1C |
| Octal | 25 | 170 | 115 | 123 | 0 | 44 | 65 | 232 | 106 | 34 |
| Binary | 10101 | 1111000 | 1001101 | 1010011 | 0 | 100100 | 110101 | 10011010 | 1000110 | 11100 |
Color Harmonies of #15784D
Complementary color
Monochromatic Colors of #15784D
Black with #15784D
Text Example
Text Example
White with #15784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15784D; }
p { color: rgb(21,120,77); }
H1.HeaderClassName
{
color: #15784D;
}
.AnyTagClassName
{
color: #15784D;
}
</style>
background-color css
<style>
a { background-color: #15784D; }
a { background-color: rgb(21,120,77); }
div.DivClassName
{
background-color: #15784D;
}
.BgClassName
{
background-color: #15784D;
}
</style>
border-color css
<style>
span { border-color: #15784D; }
span { border-color: rgb(21,120,77); }
td.TdClassName
{
border-color: #15784D;
}
.TagClassName
{
border-color: #15784D;
}
</style>