#316958

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

Shades of Eden #316958

Tints of Eden #316958

Color information

#316958 (or 0x316958) is unknown color: approx Eden. HEX triplet: 31, 69 and 58. RGB value is (49,105,88). Sum of RGB (Red+Green+Blue) = 49+105+88=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #316958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316958 is #CE96A7. Grayscale: #565656. Windows color (decimal): -13538984 or 5794097. OLE color: 5794097.

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

Color convert

RGB4910588-
CMYK0.5300.160.59
HSL161.79º36.36%30.2%-
HSV(B)161.79º53.33%41.18%-
XYZ8.0811.4611.02-
YUV86.32128.95101.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=20.25%
G=43.39%
B=36.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105880.5300.160.59161.7936.3630.2
Hex316958350103Ba2241e
Octal6115113065020732424436
Binary110001110100110110001101010100001110111010001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316958; }

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

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

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

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

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

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

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

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