#287B5A

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

Shades of Salem #287B5A

Tints of Salem #287B5A

Color information

#287B5A (or 0x287B5A) is unknown color: approx Salem. HEX triplet: 28, 7B and 5A. RGB value is (40,123,90). Sum of RGB (Red+Green+Blue) = 40+123+90=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #287B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B5A is #D784A5. Grayscale: #5E5E5E. Windows color (decimal): -14124198 or 5929768. OLE color: 5929768.

HSL color Cylindrical-coordinate representation of color #287B5A: hue angle of 156.14º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287B5A is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB4012390-
CMYK0.6700.270.52
HSL156.14º50.92%31.96%-
HSV(B)156.14º67.48%48.24%-
XYZ9.815.3612.12-
YUV94.42125.589.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 123 (48.44% from 255) = 48.62%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=15.81%
G=48.62%
B=35.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40123900.6700.270.52156.1450.9231.96
Hex287B5A4301B349c3320
Octal50173132103033642346340
Binary10100011110111011010100001101101111010010011100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287B5A; }

 p { color: rgb(40,123,90); }

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

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

 a { background-color: rgb(40,123,90); }

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

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

 span { border-color: rgb(40,123,90); }

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