#316155

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

Shades of Eden #316155

Tints of Eden #316155

Color information

#316155 (or 0x316155) is unknown color: approx Eden. HEX triplet: 31, 61 and 55. RGB value is (49,97,85). Sum of RGB (Red+Green+Blue) = 49+97+85=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #316155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316155 is #CE9EAA. Grayscale: #515151. Windows color (decimal): -13541035 or 5595441. OLE color: 5595441.

HSL color Cylindrical-coordinate representation of color #316155: hue angle of 165º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316155 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB499785-
CMYK0.4900.120.62
HSL165º32.88%28.63%-
HSV(B)165º49.48%38.04%-
XYZ7.189.8610.12-
YUV81.28130.1104.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=21.21%
G=41.99%
B=36.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4997850.4900.120.6216532.8828.63
Hex316155310C3Ea5211d
Octal6114112561014762454135
Binary11000111000011010101110001011001111101010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316155; }

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

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

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

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

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

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

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

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