#286055

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

Shades of Eden #286055

Tints of Eden #286055

Color information

#286055 (or 0x286055) is unknown color: approx Eden. HEX triplet: 28, 60 and 55. RGB value is (40,96,85). Sum of RGB (Red+Green+Blue) = 40+96+85=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #286055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286055 is #D79FAA. Grayscale: #4D4D4D. Windows color (decimal): -14131115 or 5595176. OLE color: 5595176.

HSL color Cylindrical-coordinate representation of color #286055: hue angle of 168.21º 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 #286055 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB409685-
CMYK0.5800.110.62
HSL168.21º41.18%26.67%-
HSV(B)168.21º58.33%37.65%-
XYZ6.79.4710.07-
YUV78131.95100.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.10%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 85 (33.59% from 255) = 38.46%
R=18.10%
G=43.44%
B=38.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4096850.5800.110.62168.2141.1826.67
Hex2860553A0B3Ea8291b
Octal5014012572013762505133
Binary10100011000001010101111010010111111101010100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286055; }

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

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

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

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

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

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

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

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