#285749

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

Shades of Evening Sea #285749

Tints of Evening Sea #285749

Color information

#285749 (or 0x285749) is unknown color: approx Evening Sea. HEX triplet: 28, 57 and 49. RGB value is (40,87,73). Sum of RGB (Red+Green+Blue) = 40+87+73=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #285749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285749 is #D7A8B6. Grayscale: #474747. Windows color (decimal): -14133431 or 4806440. OLE color: 4806440.

HSL color Cylindrical-coordinate representation of color #285749: hue angle of 162.13º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285749 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB408773-
CMYK0.5400.160.66
HSL162.13º37.01%24.9%-
HSV(B)162.13º54.02%34.12%-
XYZ5.497.757.51-
YUV71.35128.93105.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 87 (34.38% from 255) = 43.5%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=20%
G=43.5%
B=36.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4087730.5400.160.66162.1337.0124.9
Hex2857493601042a22519
Octal50127111660201022424531
Binary1010001010111100100111011001000010000101010001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285749; }

 p { color: rgb(40,87,73); }

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

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

 a { background-color: rgb(40,87,73); }

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

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

 span { border-color: rgb(40,87,73); }

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