#316959

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

Shades of Eden #316959

Tints of Eden #316959

Color information

#316959 (or 0x316959) is unknown color: approx Eden. HEX triplet: 31, 69 and 59. RGB value is (49,105,89). Sum of RGB (Red+Green+Blue) = 49+105+89=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #316959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316959 is #CE96A6. Grayscale: #565656. Windows color (decimal): -13538983 or 5859633. OLE color: 5859633.

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

Color convert

RGB4910589-
CMYK0.5300.150.59
HSL162.86º36.36%30.2%-
HSV(B)162.86º53.33%41.18%-
XYZ8.1211.4811.24-
YUV86.43129.45101.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=20.16%
G=43.21%
B=36.63%

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
Decimal49105890.5300.150.59162.8636.3630.2
Hex316959350F3Ba3241e
Octal6115113165017732434436
Binary11000111010011011001110101011111110111010001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316959; }

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

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

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

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

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

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

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

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