#316C59

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

Shades of Eden #316C59

Tints of Eden #316C59

Color information

#316C59 (or 0x316C59) is unknown color: approx Eden. HEX triplet: 31, 6C and 59. RGB value is (49,108,89). Sum of RGB (Red+Green+Blue) = 49+108+89=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #316C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316C59 is #CE93A6. Grayscale: #585858. Windows color (decimal): -13538215 or 5860401. OLE color: 5860401.

HSL color Cylindrical-coordinate representation of color #316C59: hue angle of 160.68º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316C59 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB4910889-
CMYK0.5500.180.58
HSL160.68º37.58%30.78%-
HSV(B)160.68º54.63%42.35%-
XYZ8.4312.111.34-
YUV88.19128.45100.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=19.92%
G=43.90%
B=36.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49108890.5500.180.58160.6837.5830.78
Hex316C59370123Aa1261f
Octal6115413167022722414637
Binary110001110110010110011101110100101110101010000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316C59; }

 p { color: rgb(49,108,89); }

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

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

 a { background-color: rgb(49,108,89); }

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

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

 span { border-color: rgb(49,108,89); }

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