#287355

Color #287355 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #287355

Tints of Salem #287355

Color information

#287355 (or 0x287355) is unknown color: approx Salem. HEX triplet: 28, 73 and 55. RGB value is (40,115,85). Sum of RGB (Red+Green+Blue) = 40+115+85=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #287355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287355 is #D78CAA. Grayscale: #595959. Windows color (decimal): -14126251 or 5600040. OLE color: 5600040.

HSL color Cylindrical-coordinate representation of color #287355: hue angle of 156º 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 #287355 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB4011585-
CMYK0.6500.260.55
HSL156º48.39%30.39%-
HSV(B)156º65.22%45.1%-
XYZ8.6513.3710.72-
YUV89.15125.6592.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=16.67%
G=47.92%
B=35.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40115850.6500.260.5515648.3930.39
Hex2873554101A379c301e
Octal50163125101032672346036
Binary1010001110011101010110000010110101101111001110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287355; }

 p { color: rgb(40,115,85); }

 H1.HeaderClassName
 {
   color: #287355;
 }
 .AnyTagClassName
 {
   color: #287355;
 }
</style>
background-color css

<style>
 a { background-color: #287355; }

 a { background-color: rgb(40,115,85); }

 div.DivClassName
 {
   background-color: #287355;
 }
 .BgClassName
 {
   background-color: #287355;
 }
</style>
border-color css

<style>
 span { border-color: #287355; }

 span { border-color: rgb(40,115,85); }

 td.TdClassName
 {
   border-color: #287355;
 }
 .TagClassName
 {
   border-color: #287355;
 }
</style>