#20685B

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

Shades of Eden #20685B

Tints of Eden #20685B

Color information

#20685B (or 0x20685B) is unknown color: approx Eden. HEX triplet: 20, 68 and 5B. RGB value is (32,104,91). Sum of RGB (Red+Green+Blue) = 32+104+91=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #20685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20685B is #DF97A4. Grayscale: #505050. Windows color (decimal): -14653349 or 5990432. OLE color: 5990432.

HSL color Cylindrical-coordinate representation of color #20685B: hue angle of 169.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20685B is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB3210491-
CMYK0.6900.120.59
HSL169.17º52.94%26.67%-
HSV(B)169.17º69.23%40.78%-
XYZ7.4310.9611.62-
YUV80.99133.6593.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 104 (41.02% from 255) = 45.81%
BLUE value IS 91 (35.94% from 255) = 40.09%
R=14.10%
G=45.81%
B=40.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32104910.6900.120.59169.1752.9426.67
Hex20685B450C3Ba9351b
Octal40150133105014732516533
Binary100000110100010110111000101011001110111010100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,104,91); }

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

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

 a { background-color: rgb(32,104,91); }

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

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

 span { border-color: rgb(32,104,91); }

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