#316459

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

Shades of Eden #316459

Tints of Eden #316459

Color information

#316459 (or 0x316459) is unknown color: approx Eden. HEX triplet: 31, 64 and 59. RGB value is (49,100,89). Sum of RGB (Red+Green+Blue) = 49+100+89=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #316459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316459 is #CE9BA6. Grayscale: #535353. Windows color (decimal): -13540263 or 5858353. OLE color: 5858353.

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

Color convert

RGB4910089-
CMYK0.5100.110.61
HSL167.06º34.23%29.22%-
HSV(B)167.06º51%39.22%-
XYZ7.6310.4911.07-
YUV83.5131.1103.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=20.59%
G=42.02%
B=37.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100890.5100.110.61167.0634.2329.22
Hex316459330B3Da7221d
Octal6114413163013752474235
Binary11000111001001011001110011010111111011010011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316459; }

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

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

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

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

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

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

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

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