#285852

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

Shades of Eden #285852

Tints of Eden #285852

Color information

#285852 (or 0x285852) is unknown color: approx Eden. HEX triplet: 28, 58 and 52. RGB value is (40,88,82). Sum of RGB (Red+Green+Blue) = 40+88+82=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #285852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285852 is #D7A7AD. Grayscale: #484848. Windows color (decimal): -14133166 or 5396520. OLE color: 5396520.

HSL color Cylindrical-coordinate representation of color #285852: hue angle of 172.5º 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 #285852 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB408882-
CMYK0.5500.070.65
HSL172.5º37.5%25.1%-
HSV(B)172.5º54.55%34.51%-
XYZ5.898.049.22-
YUV72.96133.1104.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=19.05%
G=41.90%
B=39.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4088820.5500.070.65172.537.525.1
Hex285852370741ac2619
Octal5013012267071012544631
Binary10100010110001010010110111011110000011010110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285852; }

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

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

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

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

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

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

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

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