#287957

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

Shades of Salem #287957

Tints of Salem #287957

Color information

#287957 (or 0x287957) is unknown color: approx Salem. HEX triplet: 28, 79 and 57. RGB value is (40,121,87). Sum of RGB (Red+Green+Blue) = 40+121+87=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #287957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287957 is #D786A8. Grayscale: #5C5C5C. Windows color (decimal): -14124713 or 5732648. OLE color: 5732648.

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

Color convert

RGB4012187-
CMYK0.6700.280.53
HSL154.81º50.31%31.57%-
HSV(B)154.81º66.94%47.45%-
XYZ9.4314.8111.38-
YUV92.9124.6690.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 121 (47.66% from 255) = 48.79%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=16.13%
G=48.79%
B=35.08%

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
Decimal40121870.6700.280.53154.8150.3131.57
Hex2879574301C359b3220
Octal50171127103034652336240
Binary10100011110011010111100001101110011010110011011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287957; }

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

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

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

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

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

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

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

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