#316357

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

Shades of Eden #316357

Tints of Eden #316357

Color information

#316357 (or 0x316357) is unknown color: approx Eden. HEX triplet: 31, 63 and 57. RGB value is (49,99,87). Sum of RGB (Red+Green+Blue) = 49+99+87=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #316357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316357 is #CE9CA8. Grayscale: #525252. Windows color (decimal): -13540521 or 5727025. OLE color: 5727025.

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

Color convert

RGB499987-
CMYK0.5100.120.61
HSL165.6º33.78%29.02%-
HSV(B)165.6º50.51%38.82%-
XYZ7.4510.2610.61-
YUV82.68130.44103.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=20.85%
G=42.13%
B=37.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999870.5100.120.61165.633.7829.02
Hex316357330C3Da6221d
Octal6114312763014752464235
Binary11000111000111010111110011011001111011010011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316357; }

 p { color: rgb(49,99,87); }

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

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

 a { background-color: rgb(49,99,87); }

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

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

 span { border-color: rgb(49,99,87); }

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