#31625E

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

Shades of Eden #31625E

Tints of Eden #31625E

Color information

#31625E (or 0x31625E) is unknown color: approx Eden. HEX triplet: 31, 62 and 5E. RGB value is (49,98,94). Sum of RGB (Red+Green+Blue) = 49+98+94=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #31625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31625E is #CE9DA1. Grayscale: #525252. Windows color (decimal): -13540770 or 6185521. OLE color: 6185521.

HSL color Cylindrical-coordinate representation of color #31625E: hue angle of 175.1º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #31625E is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB499894-
CMYK0.500.040.62
HSL175.1º33.33%28.82%-
HSV(B)175.1º50%38.43%-
XYZ7.6510.212.15-
YUV82.89134.27103.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=20.33%
G=40.66%
B=39.00%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998940.500.040.62175.133.3328.82
Hex31625E32043Eaf211d
Octal611421366204762574135
Binary1100011100010101111011001001001111101010111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31625E; }

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

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

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

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

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

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

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

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