#316860

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

Shades of Eden #316860

Tints of Eden #316860

Color information

#316860 (or 0x316860) is unknown color: approx Eden. HEX triplet: 31, 68 and 60. RGB value is (49,104,96). Sum of RGB (Red+Green+Blue) = 49+104+96=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #316860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316860 is #CE979F. Grayscale: #565656. Windows color (decimal): -13539232 or 6318129. OLE color: 6318129.

HSL color Cylindrical-coordinate representation of color #316860: hue angle of 171.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316860 is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB4910496-
CMYK0.5300.080.59
HSL171.27º35.95%30%-
HSV(B)171.27º52.88%40.78%-
XYZ8.3311.412.83-
YUV86.64133.28101.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=19.68%
G=41.77%
B=38.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104960.5300.080.59171.2735.9530
Hex31686035083Bab241e
Octal6115014065010732534436
Binary11000111010001100000110101010001110111010101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316860; }

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

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

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

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

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

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

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

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