#20645A

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

Shades of Eden #20645A

Tints of Eden #20645A

Color information

#20645A (or 0x20645A) is unknown color: approx Eden. HEX triplet: 20, 64 and 5A. RGB value is (32,100,90). Sum of RGB (Red+Green+Blue) = 32+100+90=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #20645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20645A is #DF9BA5. Grayscale: #4E4E4E. Windows color (decimal): -14654374 or 5923872. OLE color: 5923872.

HSL color Cylindrical-coordinate representation of color #20645A: hue angle of 171.18º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20645A is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB3210090-
CMYK0.6800.100.61
HSL171.18º51.52%25.88%-
HSV(B)171.18º68%39.22%-
XYZ710.1611.27-
YUV78.53134.4794.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=14.41%
G=45.05%
B=40.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32100900.6800.100.61171.1851.5225.88
Hex20645A440A3Dab341a
Octal40144132104012752536432
Binary100000110010010110101000100010101111011010101111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20645A; }

 p { color: rgb(32,100,90); }

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

<style>
 a { background-color: #20645A; }

 a { background-color: rgb(32,100,90); }

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

<style>
 span { border-color: #20645A; }

 span { border-color: rgb(32,100,90); }

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