#316057

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

Shades of Eden #316057

Tints of Eden #316057

Color information

#316057 (or 0x316057) is unknown color: approx Eden. HEX triplet: 31, 60 and 57. RGB value is (49,96,87). Sum of RGB (Red+Green+Blue) = 49+96+87=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #316057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316057 is #CE9FA8. Grayscale: #505050. Windows color (decimal): -13541289 or 5726257. OLE color: 5726257.

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

Color convert

RGB499687-
CMYK0.4900.090.62
HSL168.51º32.41%28.43%-
HSV(B)168.51º48.96%37.65%-
XYZ7.179.7110.51-
YUV80.92131.43105.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=21.12%
G=41.38%
B=37.5%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996870.4900.090.62168.5132.4128.43
Hex31605731093Ea9201c
Octal6114012761011762514034
Binary11000111000001010111110001010011111101010100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316057; }

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

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

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

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

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

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

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

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