#31695C

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

Shades of Eden #31695C

Tints of Eden #31695C

Color information

#31695C (or 0x31695C) is unknown color: approx Eden. HEX triplet: 31, 69 and 5C. RGB value is (49,105,92). Sum of RGB (Red+Green+Blue) = 49+105+92=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #31695C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31695C is #CE96A3. Grayscale: #565656. Windows color (decimal): -13538980 or 6056241. OLE color: 6056241.

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

Color convert

RGB4910592-
CMYK0.5300.120.59
HSL166.07º36.36%30.2%-
HSV(B)166.07º53.33%41.18%-
XYZ8.2511.5311.92-
YUV86.77130.95101.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=19.92%
G=42.68%
B=37.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105920.5300.120.59166.0736.3630.2
Hex31695C350C3Ba6241e
Octal6115113465014732464436
Binary11000111010011011100110101011001110111010011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31695C; }

 p { color: rgb(49,105,92); }

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

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

 a { background-color: rgb(49,105,92); }

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

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

 span { border-color: rgb(49,105,92); }

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