#20705E

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

Shades of Eden #20705E

Tints of Eden #20705E

Color information

#20705E (or 0x20705E) is unknown color: approx Eden. HEX triplet: 20, 70 and 5E. RGB value is (32,112,94). Sum of RGB (Red+Green+Blue) = 32+112+94=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #20705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20705E is #DF8FA1. Grayscale: #565656. Windows color (decimal): -14651298 or 6189088. OLE color: 6189088.

HSL color Cylindrical-coordinate representation of color #20705E: hue angle of 166.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20705E is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB3211294-
CMYK0.7100.160.56
HSL166.5º55.56%28.24%-
HSV(B)166.5º71.43%43.92%-
XYZ8.4112.712.6-
YUV86.03132.589.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 112 (44.14% from 255) = 47.06%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=13.45%
G=47.06%
B=39.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112940.7100.160.56166.555.5628.24
Hex20705E4701038a6381c
Octal40160136107020702467034
Binary1000001110000101111010001110100001110001010011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20705E; }

 p { color: rgb(32,112,94); }

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

<style>
 a { background-color: #20705E; }

 a { background-color: rgb(32,112,94); }

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

<style>
 span { border-color: #20705E; }

 span { border-color: rgb(32,112,94); }

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