#316957

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

Shades of Eden #316957

Tints of Eden #316957

Color information

#316957 (or 0x316957) is unknown color: approx Eden. HEX triplet: 31, 69 and 57. RGB value is (49,105,87). Sum of RGB (Red+Green+Blue) = 49+105+87=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #316957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316957 is #CE96A8. Grayscale: #565656. Windows color (decimal): -13538985 or 5728561. OLE color: 5728561.

HSL color Cylindrical-coordinate representation of color #316957: hue angle of 160.71º 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 #316957 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB4910587-
CMYK0.5300.170.59
HSL160.71º36.36%30.2%-
HSV(B)160.71º53.33%41.18%-
XYZ8.0411.4410.8-
YUV86.2128.45101.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=20.33%
G=43.57%
B=36.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105870.5300.170.59160.7136.3630.2
Hex316957350113Ba1241e
Octal6115112765021732414436
Binary110001110100110101111101010100011110111010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316957; }

 p { color: rgb(49,105,87); }

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

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

 a { background-color: rgb(49,105,87); }

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

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

 span { border-color: rgb(49,105,87); }

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