#287857

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

Shades of Salem #287857

Tints of Salem #287857

Color information

#287857 (or 0x287857) is unknown color: approx Salem. HEX triplet: 28, 78 and 57. RGB value is (40,120,87). Sum of RGB (Red+Green+Blue) = 40+120+87=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #287857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287857 is #D787A8. Grayscale: #5C5C5C. Windows color (decimal): -14124969 or 5732392. OLE color: 5732392.

HSL color Cylindrical-coordinate representation of color #287857: hue angle of 155.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287857 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB4012087-
CMYK0.6700.280.53
HSL155.25º50%31.37%-
HSV(B)155.25º66.67%47.06%-
XYZ9.3114.5711.34-
YUV92.3212590.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 120 (47.27% from 255) = 48.58%
BLUE value IS 87 (34.38% from 255) = 35.22%
R=16.19%
G=48.58%
B=35.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40120870.6700.280.53155.255031.37
Hex2878574301C359b321f
Octal50170127103034652336237
Binary1010001111000101011110000110111001101011001101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287857; }

 p { color: rgb(40,120,87); }

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

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

 a { background-color: rgb(40,120,87); }

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

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

 span { border-color: rgb(40,120,87); }

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