#20665D

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

Shades of Eden #20665D

Tints of Eden #20665D

Color information

#20665D (or 0x20665D) is unknown color: approx Eden. HEX triplet: 20, 66 and 5D. RGB value is (32,102,93). Sum of RGB (Red+Green+Blue) = 32+102+93=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 102 - color contains mainly: green. Hex color #20665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20665D is #DF99A2. Grayscale: #505050. Windows color (decimal): -14653859 or 6120992. OLE color: 6120992.

HSL color Cylindrical-coordinate representation of color #20665D: hue angle of 172.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20665D is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB3210293-
CMYK0.6900.090.6
HSL172.29º52.24%26.27%-
HSV(B)172.29º68.63%40%-
XYZ7.3210.612.02-
YUV80.04135.3193.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.10%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=14.10%
G=44.93%
B=40.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal32102930.6900.090.6172.2952.2426.27
Hex20665D45093Cac341a
Octal40146135105011742546432
Binary100000110011010111011000101010011111001010110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20665D; }

 p { color: rgb(32,102,93); }

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

<style>
 a { background-color: #20665D; }

 a { background-color: rgb(32,102,93); }

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

<style>
 span { border-color: #20665D; }

 span { border-color: rgb(32,102,93); }

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