#285850

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

Shades of Eden #285850

Tints of Eden #285850

Color information

#285850 (or 0x285850) is unknown color: approx Eden. HEX triplet: 28, 58 and 50. RGB value is (40,88,80). Sum of RGB (Red+Green+Blue) = 40+88+80=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 88 - color contains mainly: green. Hex color #285850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285850 is #D7A7AF. Grayscale: #484848. Windows color (decimal): -14133168 or 5265448. OLE color: 5265448.

HSL color Cylindrical-coordinate representation of color #285850: hue angle of 170º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285850 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB408880-
CMYK0.5500.090.65
HSL170º37.5%25.1%-
HSV(B)170º54.55%34.51%-
XYZ5.818.018.83-
YUV72.74132.1104.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.23%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=19.23%
G=42.31%
B=38.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088800.5500.090.6517037.525.1
Hex285850370941aa2619
Octal50130120670111012524631
Binary101000101100010100001101110100110000011010101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285850; }

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

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

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

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

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

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

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

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