#316760

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

Shades of Eden #316760

Tints of Eden #316760

Color information

#316760 (or 0x316760) is unknown color: approx Eden. HEX triplet: 31, 67 and 60. RGB value is (49,103,96). Sum of RGB (Red+Green+Blue) = 49+103+96=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #316760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316760 is #CE989F. Grayscale: #565656. Windows color (decimal): -13539488 or 6317873. OLE color: 6317873.

HSL color Cylindrical-coordinate representation of color #316760: hue angle of 172.22º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316760 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB4910396-
CMYK0.5200.070.60
HSL172.22º35.53%29.8%-
HSV(B)172.22º52.43%40.39%-
XYZ8.2311.212.79-
YUV86.06133.61101.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=19.76%
G=41.53%
B=38.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103960.5200.070.60172.2235.5329.8
Hex31676034073Cac241e
Octal611471406407742544436
Binary1100011100111110000011010001111111001010110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316760; }

 p { color: rgb(49,103,96); }

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

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

 a { background-color: rgb(49,103,96); }

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

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

 span { border-color: rgb(49,103,96); }

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