#316961

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

Shades of Eden #316961

Tints of Eden #316961

Color information

#316961 (or 0x316961) is unknown color: approx Eden. HEX triplet: 31, 69 and 61. RGB value is (49,105,97). Sum of RGB (Red+Green+Blue) = 49+105+97=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #316961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316961 is #CE969E. Grayscale: #575757. Windows color (decimal): -13538975 or 6383921. OLE color: 6383921.

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

Color convert

RGB4910597-
CMYK0.5300.080.59
HSL171.43º36.36%30.2%-
HSV(B)171.43º53.33%41.18%-
XYZ8.4811.6213.11-
YUV87.34133.45100.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=19.52%
G=41.83%
B=38.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105970.5300.080.59171.4336.3630.2
Hex31696135083Bab241e
Octal6115114165010732534436
Binary11000111010011100001110101010001110111010101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316961; }

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

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

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

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

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

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

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

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