#316D5B

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

Shades of Eden #316D5B

Tints of Eden #316D5B

Color information

#316D5B (or 0x316D5B) is unknown color: approx Eden. HEX triplet: 31, 6D and 5B. RGB value is (49,109,91). Sum of RGB (Red+Green+Blue) = 49+109+91=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 109 (42.97% from 255 or 43.78% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 109 - color contains mainly: green. Hex color #316D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D5B is #CE92A4. Grayscale: #595959. Windows color (decimal): -13537957 or 5991729. OLE color: 5991729.

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

Color convert

RGB4910991-
CMYK0.5500.170.57
HSL162º37.97%30.98%-
HSV(B)162º55.05%42.75%-
XYZ8.6212.3511.83-
YUV89.01129.1299.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 109 (42.97% from 255) = 43.78%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=19.68%
G=43.78%
B=36.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49109910.5500.170.5716237.9730.98
Hex316D5B3701139a2261f
Octal6115513367021712424637
Binary110001110110110110111101110100011110011010001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,109,91); }

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

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

 a { background-color: rgb(49,109,91); }

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

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

 span { border-color: rgb(49,109,91); }

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