Shades of Salem #287354
Tints of Salem #287354
RGB
CMYK
RGB Variations
Color information
#287354 (or 0x287354) is known color: Salem. HEX triplet: 28, 73 and 54. RGB value is (40,115,84). Sum of RGB (Red+Green+Blue) = 40+115+84=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #287354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287354 is #D78CAB. Grayscale: #595959. Windows color (decimal): -14126252 or 5534504. OLE color: 5534504.
HSL color Cylindrical-coordinate representation of color #287354: hue angle of 155.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287354 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 84 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.55 |
| HSL | 155.2º | 0.48% | 0.3% | - |
| HSV(B) | 155.2º | 0.65% | 0.45% | - |
| XYZ | 8.61 | 13.35 | 10.51 | - |
| YUV | 89.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 84 | 0.65 | 0 | 0.27 | 0.55 | 155.2 | 0.48 | 0.3 |
| Hex | 28 | 73 | 54 | 41 | 0 | 1B | 37 | 9B | 30 | 1E |
| Octal | 50 | 163 | 124 | 101 | 0 | 33 | 67 | 233 | 60 | 36 |
| Binary | 101000 | 1110011 | 1010100 | 1000001 | 0 | 11011 | 110111 | 10011011 | 110000 | 11110 |
Color Harmonies of #287354
Complementary color
Monochromatic Colors of #287354
Black with #287354
Text Example
Text Example
White with #287354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287354; }
p { color: rgb(40,115,84); }
H1.HeaderClassName
{
color: #287354;
}
.AnyTagClassName
{
color: #287354;
}
</style>
background-color css
<style>
a { background-color: #287354; }
a { background-color: rgb(40,115,84); }
div.DivClassName
{
background-color: #287354;
}
.BgClassName
{
background-color: #287354;
}
</style>
border-color css
<style>
span { border-color: #287354; }
span { border-color: rgb(40,115,84); }
td.TdClassName
{
border-color: #287354;
}
.TagClassName
{
border-color: #287354;
}
</style>