#316862

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

Shades of Eden #316862

Tints of Eden #316862

Color information

#316862 (or 0x316862) is unknown color: approx Eden. HEX triplet: 31, 68 and 62. RGB value is (49,104,98). Sum of RGB (Red+Green+Blue) = 49+104+98=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #316862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316862 is #CE979D. Grayscale: #565656. Windows color (decimal): -13539230 or 6449201. OLE color: 6449201.

HSL color Cylindrical-coordinate representation of color #316862: hue angle of 173.45º 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 #316862 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB4910498-
CMYK0.5300.060.59
HSL173.45º35.95%30%-
HSV(B)173.45º52.88%40.78%-
XYZ8.4211.4413.32-
YUV86.87134.28100.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=19.52%
G=41.43%
B=39.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104980.5300.060.59173.4535.9530
Hex31686235063Bad241e
Octal611501426506732554436
Binary1100011101000110001011010101101110111010110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316862; }

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

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

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

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

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

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

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

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