#31675A

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

Shades of Eden #31675A

Tints of Eden #31675A

Color information

#31675A (or 0x31675A) is unknown color: approx Eden. HEX triplet: 31, 67 and 5A. RGB value is (49,103,90). Sum of RGB (Red+Green+Blue) = 49+103+90=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #31675A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31675A is #CE98A5. Grayscale: #555555. Windows color (decimal): -13539494 or 5924657. OLE color: 5924657.

HSL color Cylindrical-coordinate representation of color #31675A: hue angle of 165.56º 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 #31675A is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB4910390-
CMYK0.5200.130.60
HSL165.56º35.53%29.8%-
HSV(B)165.56º52.43%40.39%-
XYZ7.9611.0911.39-
YUV85.37130.61102.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=20.25%
G=42.56%
B=37.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49103900.5200.130.60165.5635.5329.8
Hex31675A340D3Ca6241e
Octal6114713264015742464436
Binary11000111001111011010110100011011111001010011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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