Html Css Color HEX #20625B Eden

📋 copy color: '#20625B'

red 32 ◦ green 98 ◦ blue 91

#20625B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #20625B

Tints of Eden #20625B

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 value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#20625B (or 0x20625B) is known color: 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

RGB 32 98 91 -
CMYK 0.67 0 0.07 0.62
HSL 173.64º 0.51% 0.25% -
HSV(B) 173.64º 0.67% 0.38% -
XYZ 6.85 9.8 11.43 -
YUV 77.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 32 98 91 0.67 0 0.07 0.62 173.64 0.51 0.25
Hex 20 62 5B 43 0 7 3E AE 33 19
Octal 40 142 133 103 0 7 76 256 63 31
Binary 100000 1100010 1011011 1000011 0 111 111110 10101110 110011 11001

Color Harmonies of #20625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20625B

Black with #20625B

Text Example


Text Example

White with #20625B

Text Example


Text Example

HTML Codes & Css Web 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>