#286056

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

Shades of Eden #286056

Tints of Eden #286056

Color information

#286056 (or 0x286056) is unknown color: approx Eden. HEX triplet: 28, 60 and 56. RGB value is (40,96,86). Sum of RGB (Red+Green+Blue) = 40+96+86=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #286056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286056 is #D79FA9. Grayscale: #4E4E4E. Windows color (decimal): -14131114 or 5660712. OLE color: 5660712.

HSL color Cylindrical-coordinate representation of color #286056: hue angle of 169.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #286056 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB409686-
CMYK0.5800.100.62
HSL169.29º41.18%26.67%-
HSV(B)169.29º58.33%37.65%-
XYZ6.749.4910.28-
YUV78.12132.45100.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=18.02%
G=43.24%
B=38.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096860.5800.100.62169.2941.1826.67
Hex2860563A0A3Ea9291b
Octal5014012672012762515133
Binary10100011000001010110111010010101111101010100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286056; }

 p { color: rgb(40,96,86); }

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

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

 a { background-color: rgb(40,96,86); }

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

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

 span { border-color: rgb(40,96,86); }

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