#316A5F

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

Shades of Eden #316A5F

Tints of Eden #316A5F

Color information

#316A5F (or 0x316A5F) is unknown color: approx Eden. HEX triplet: 31, 6A and 5F. RGB value is (49,106,95). Sum of RGB (Red+Green+Blue) = 49+106+95=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #316A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A5F is #CE95A0. Grayscale: #575757. Windows color (decimal): -13538721 or 6253105. OLE color: 6253105.

HSL color Cylindrical-coordinate representation of color #316A5F: hue angle of 168.42º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A5F is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB4910695-
CMYK0.5400.100.58
HSL168.42º36.77%30.39%-
HSV(B)168.42º53.77%41.57%-
XYZ8.4911.7912.65-
YUV87.7132.12100.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 95 (37.5% from 255) = 38%
R=19.6%
G=42.4%
B=38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49106950.5400.100.58168.4236.7730.39
Hex316A5F360A3Aa8251e
Octal6115213766012722504536
Binary11000111010101011111110110010101110101010100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,106,95); }

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

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

 a { background-color: rgb(49,106,95); }

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

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

 span { border-color: rgb(49,106,95); }

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