#287250

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

Shades of Salem #287250

Tints of Salem #287250

Color information

#287250 (or 0x287250) is unknown color: approx Salem. HEX triplet: 28, 72 and 50. RGB value is (40,114,80). Sum of RGB (Red+Green+Blue) = 40+114+80=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #287250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287250 is #D78DAF. Grayscale: #585858. Windows color (decimal): -14126512 or 5272104. OLE color: 5272104.

HSL color Cylindrical-coordinate representation of color #287250: hue angle of 152.43º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287250 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB4011480-
CMYK0.6500.300.55
HSL152.43º48.05%30.2%-
HSV(B)152.43º64.91%44.71%-
XYZ8.3413.069.67-
YUV88123.4893.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=17.09%
G=48.72%
B=34.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40114800.6500.300.55152.4348.0530.2
Hex2872504101E3798301e
Octal50162120101036672306036
Binary1010001110010101000010000010111101101111001100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287250; }

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

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

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

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

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

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

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

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