#31665B

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

Shades of Eden #31665B

Tints of Eden #31665B

Color information

#31665B (or 0x31665B) is unknown color: approx Eden. HEX triplet: 31, 66 and 5B. RGB value is (49,102,91). Sum of RGB (Red+Green+Blue) = 49+102+91=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #31665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31665B is #CE99A4. Grayscale: #545454. Windows color (decimal): -13539749 or 5989937. OLE color: 5989937.

HSL color Cylindrical-coordinate representation of color #31665B: hue angle of 167.55º degrees, saturation: 0.35, 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 #31665B is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB4910291-
CMYK0.5200.110.6
HSL167.55º35.1%29.61%-
HSV(B)167.55º51.96%40%-
XYZ7.9110.9111.59-
YUV84.9131.44102.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=20.25%
G=42.15%
B=37.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102910.5200.110.6167.5535.129.61
Hex31665B340B3Ca8231e
Octal6114613364013742504336
Binary11000111001101011011110100010111111001010100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31665B; }

 p { color: rgb(49,102,91); }

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

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

 a { background-color: rgb(49,102,91); }

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

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

 span { border-color: rgb(49,102,91); }

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