#286550

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

Shades of Evening Sea #286550

Tints of Evening Sea #286550

Color information

#286550 (or 0x286550) is unknown color: approx Evening Sea. HEX triplet: 28, 65 and 50. RGB value is (40,101,80). Sum of RGB (Red+Green+Blue) = 40+101+80=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 101 - color contains mainly: green. Hex color #286550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286550 is #D79AAF. Grayscale: #505050. Windows color (decimal): -14129840 or 5268776. OLE color: 5268776.

HSL color Cylindrical-coordinate representation of color #286550: hue angle of 159.34º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286550 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB4010180-
CMYK0.6000.210.60
HSL159.34º43.26%27.65%-
HSV(B)159.34º60.4%39.61%-
XYZ6.9810.349.22-
YUV80.37127.7999.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=18.10%
G=45.70%
B=36.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40101800.6000.210.60159.3443.2627.65
Hex2865503C0153C9f2b1c
Octal5014512074025742375334
Binary101000110010110100001111000101011111001001111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286550; }

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

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

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

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

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

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

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

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