#287050

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

Shades of Salem #287050

Tints of Salem #287050

Color information

#287050 (or 0x287050) is unknown color: approx Salem. HEX triplet: 28, 70 and 50. RGB value is (40,112,80). Sum of RGB (Red+Green+Blue) = 40+112+80=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #287050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287050 is #D78FAF. Grayscale: #565656. Windows color (decimal): -14127024 or 5271592. OLE color: 5271592.

HSL color Cylindrical-coordinate representation of color #287050: hue angle of 153.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #287050 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB4011280-
CMYK0.6400.290.56
HSL153.33º47.37%29.8%-
HSV(B)153.33º64.29%43.92%-
XYZ8.1212.629.6-
YUV86.82124.1594.6-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=17.24%
G=48.28%
B=34.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40112800.6400.290.56153.3347.3729.8
Hex2870504001D38992f1e
Octal50160120100035702315736
Binary1010001110000101000010000000111011110001001100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287050; }

 p { color: rgb(40,112,80); }

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

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

 a { background-color: rgb(40,112,80); }

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

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

 span { border-color: rgb(40,112,80); }

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