#286460

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

Shades of Eden #286460

Tints of Eden #286460

Color information

#286460 (or 0x286460) is unknown color: approx Eden. HEX triplet: 28, 64 and 60. RGB value is (40,100,96). Sum of RGB (Red+Green+Blue) = 40+100+96=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #286460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286460 is #D79B9F. Grayscale: #515151. Windows color (decimal): -14130080 or 6317096. OLE color: 6317096.

HSL color Cylindrical-coordinate representation of color #286460: hue angle of 176º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286460 is Cyan = 0.6, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB4010096-
CMYK0.600.040.61
HSL176º42.86%27.45%-
HSV(B)176º60%39.22%-
XYZ7.5410.4112.68-
YUV81.6136.1298.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=16.95%
G=42.37%
B=40.68%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal40100960.600.040.6117642.8627.45
Hex2864603C043Db02b1b
Octal501441407404752605333
Binary1010001100100110000011110001001111011011000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286460; }

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

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

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

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

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

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

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

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