#316858

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

Shades of Eden #316858

Tints of Eden #316858

Color information

#316858 (or 0x316858) is unknown color: approx Eden. HEX triplet: 31, 68 and 58. RGB value is (49,104,88). Sum of RGB (Red+Green+Blue) = 49+104+88=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #316858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316858 is #CE97A7. Grayscale: #555555. Windows color (decimal): -13539240 or 5793841. OLE color: 5793841.

HSL color Cylindrical-coordinate representation of color #316858: hue angle of 162.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316858 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB4910488-
CMYK0.5300.150.59
HSL162.55º35.95%30%-
HSV(B)162.55º52.88%40.78%-
XYZ7.9811.2610.99-
YUV85.73129.28101.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=20.33%
G=43.15%
B=36.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104880.5300.150.59162.5535.9530
Hex316858350F3Ba3241e
Octal6115013065017732434436
Binary11000111010001011000110101011111110111010001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316858; }

 p { color: rgb(49,104,88); }

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

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

 a { background-color: rgb(49,104,88); }

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

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

 span { border-color: rgb(49,104,88); }

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