#316456

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

Shades of Eden #316456

Tints of Eden #316456

Color information

#316456 (or 0x316456) is unknown color: approx Eden. HEX triplet: 31, 64 and 56. RGB value is (49,100,86). Sum of RGB (Red+Green+Blue) = 49+100+86=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #316456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316456 is #CE9BA9. Grayscale: #535353. Windows color (decimal): -13540266 or 5661745. OLE color: 5661745.

HSL color Cylindrical-coordinate representation of color #316456: hue angle of 163.53º 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 #316456 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB4910086-
CMYK0.5100.140.61
HSL163.53º34.23%29.22%-
HSV(B)163.53º51%39.22%-
XYZ7.510.4410.42-
YUV83.16129.6103.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=20.85%
G=42.55%
B=36.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100860.5100.140.61163.5334.2329.22
Hex316456330E3Da4221d
Octal6114412663016752444235
Binary11000111001001010110110011011101111011010010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316456; }

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

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

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

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

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

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

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

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