#31675D

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

Shades of Eden #31675D

Tints of Eden #31675D

Color information

#31675D (or 0x31675D) is unknown color: approx Eden. HEX triplet: 31, 67 and 5D. RGB value is (49,103,93). Sum of RGB (Red+Green+Blue) = 49+103+93=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #31675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31675D is #CE98A2. Grayscale: #555555. Windows color (decimal): -13539491 or 6121265. OLE color: 6121265.

HSL color Cylindrical-coordinate representation of color #31675D: hue angle of 168.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31675D is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB4910393-
CMYK0.5200.100.60
HSL168.89º35.53%29.8%-
HSV(B)168.89º52.43%40.39%-
XYZ8.0911.1412.08-
YUV85.71132.11101.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=20%
G=42.04%
B=37.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103930.5200.100.60168.8935.5329.8
Hex31675D340A3Ca9241e
Octal6114713564012742514436
Binary11000111001111011101110100010101111001010100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31675D; }

 p { color: rgb(49,103,93); }

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

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

 a { background-color: rgb(49,103,93); }

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

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

 span { border-color: rgb(49,103,93); }

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