#20685C

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

Shades of Eden #20685C

Tints of Eden #20685C

Color information

#20685C (or 0x20685C) is unknown color: approx Eden. HEX triplet: 20, 68 and 5C. RGB value is (32,104,92). Sum of RGB (Red+Green+Blue) = 32+104+92=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #20685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20685C is #DF97A3. Grayscale: #515151. Windows color (decimal): -14653348 or 6055968. OLE color: 6055968.

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

Color convert

RGB3210492-
CMYK0.6900.120.59
HSL170º52.94%26.67%-
HSV(B)170º69.23%40.78%-
XYZ7.4810.9811.85-
YUV81.1134.1592.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 92 (36.33% from 255) = 40.35%
R=14.04%
G=45.61%
B=40.35%

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
Decimal32104920.6900.120.5917052.9426.67
Hex20685C450C3Baa351b
Octal40150134105014732526533
Binary100000110100010111001000101011001110111010101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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