#20625B

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

Shades of Eden #20625B

Tints of Eden #20625B

Color information

#20625B (or 0x20625B) is unknown color: approx Eden. HEX triplet: 20, 62 and 5B. RGB value is (32,98,91). Sum of RGB (Red+Green+Blue) = 32+98+91=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #20625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20625B is #DF9DA4. Grayscale: #4D4D4D. Windows color (decimal): -14654885 or 5988896. OLE color: 5988896.

HSL color Cylindrical-coordinate representation of color #20625B: hue angle of 173.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20625B is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB329891-
CMYK0.6700.070.62
HSL173.64º50.77%25.49%-
HSV(B)173.64º67.35%38.43%-
XYZ6.859.811.43-
YUV77.47135.6395.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=14.48%
G=44.34%
B=41.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3298910.6700.070.62173.6450.7725.49
Hex20625B43073Eae3319
Octal4014213310307762566331
Binary10000011000101011011100001101111111101010111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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