#316460

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

Shades of Eden #316460

Tints of Eden #316460

Color information

#316460 (or 0x316460) is unknown color: approx Eden. HEX triplet: 31, 64 and 60. RGB value is (49,100,96). Sum of RGB (Red+Green+Blue) = 49+100+96=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #316460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316460 is #CE9B9F. Grayscale: #545454. Windows color (decimal): -13540256 or 6317105. OLE color: 6317105.

HSL color Cylindrical-coordinate representation of color #316460: hue angle of 175.29º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316460 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB4910096-
CMYK0.5100.040.61
HSL175.29º34.23%29.22%-
HSV(B)175.29º51%39.22%-
XYZ7.9410.6112.7-
YUV84.3134.6102.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=20%
G=40.82%
B=39.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100960.5100.040.61175.2934.2329.22
Hex31646033043Daf221d
Octal611441406304752574235
Binary1100011100100110000011001101001111011010111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316460; }

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

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

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

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

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

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

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

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