#287A55

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

Shades of Salem #287A55

Tints of Salem #287A55

Color information

#287A55 (or 0x287A55) is unknown color: approx Salem. HEX triplet: 28, 7A and 55. RGB value is (40,122,85). Sum of RGB (Red+Green+Blue) = 40+122+85=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #287A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A55 is #D785AA. Grayscale: #5D5D5D. Windows color (decimal): -14124459 or 5601832. OLE color: 5601832.

HSL color Cylindrical-coordinate representation of color #287A55: hue angle of 152.93º 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 #287A55 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB4012285-
CMYK0.6700.300.52
HSL152.93º50.62%31.76%-
HSV(B)152.93º67.21%47.84%-
XYZ9.4715.0311-
YUV93.26123.3390.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 122 (48.05% from 255) = 49.39%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=16.19%
G=49.39%
B=34.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40122850.6700.300.52152.9350.6231.76
Hex287A554301E34993320
Octal50172125103036642316340
Binary10100011110101010101100001101111011010010011001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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