#316761

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

Shades of Eden #316761

Tints of Eden #316761

Color information

#316761 (or 0x316761) is unknown color: approx Eden. HEX triplet: 31, 67 and 61. RGB value is (49,103,97). Sum of RGB (Red+Green+Blue) = 49+103+97=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #316761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316761 is #CE989E. Grayscale: #565656. Windows color (decimal): -13539487 or 6383409. OLE color: 6383409.

HSL color Cylindrical-coordinate representation of color #316761: hue angle of 173.33º 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 #316761 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB4910397-
CMYK0.5200.060.60
HSL173.33º35.53%29.8%-
HSV(B)173.33º52.43%40.39%-
XYZ8.2711.2213.04-
YUV86.17134.11101.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=19.68%
G=41.37%
B=38.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103970.5200.060.60173.3335.5329.8
Hex31676134063Cad241e
Octal611471416406742554436
Binary1100011100111110000111010001101111001010110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316761; }

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

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

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

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

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

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

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

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