#316458

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

Shades of Eden #316458

Tints of Eden #316458

Color information

#316458 (or 0x316458) is unknown color: approx Eden. HEX triplet: 31, 64 and 58. RGB value is (49,100,88). Sum of RGB (Red+Green+Blue) = 49+100+88=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #316458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316458 is #CE9BA7. Grayscale: #535353. Windows color (decimal): -13540264 or 5792817. OLE color: 5792817.

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

Color convert

RGB4910088-
CMYK0.5100.120.61
HSL165.88º34.23%29.22%-
HSV(B)165.88º51%39.22%-
XYZ7.5910.4710.85-
YUV83.38130.6103.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 88 (34.77% from 255) = 37.13%
R=20.68%
G=42.19%
B=37.13%

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
Decimal49100880.5100.120.61165.8834.2329.22
Hex316458330C3Da6221d
Octal6114413063014752464235
Binary11000111001001011000110011011001111011010011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316458; }

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

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

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

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

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

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

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

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