#316059

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

Shades of Eden #316059

Tints of Eden #316059

Color information

#316059 (or 0x316059) is unknown color: approx Eden. HEX triplet: 31, 60 and 59. RGB value is (49,96,89). Sum of RGB (Red+Green+Blue) = 49+96+89=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #316059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316059 is #CE9FA6. Grayscale: #515151. Windows color (decimal): -13541287 or 5857329. OLE color: 5857329.

HSL color Cylindrical-coordinate representation of color #316059: hue angle of 171.06º 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 #316059 is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB499689-
CMYK0.4900.070.62
HSL171.06º32.41%28.43%-
HSV(B)171.06º48.96%37.65%-
XYZ7.259.7410.95-
YUV81.15132.43105.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=20.94%
G=41.03%
B=38.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4996890.4900.070.62171.0632.4128.43
Hex31605931073Eab201c
Octal611401316107762534034
Binary1100011100000101100111000101111111101010101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316059; }

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

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

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

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

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

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

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

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