Html Css Color HEX #20605A Eden

📋 copy color: '#20605A'

red 32 ◦ green 96 ◦ blue 90

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

Shades of Eden #20605A

Tints of Eden #20605A

RGB

 RED value IS 32 (12.89% from 255) = 14.68%

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 90 (35.55% from 255) = 41.28%

R = 14.68%
G = 44.04%
B = 41.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#20605A (or 0x20605A) is known color: Eden. HEX triplet: 20, 60 and 5A. RGB value is (32,96,90). Sum of RGB (Red+Green+Blue) = 32+96+90=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #20605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20605A is #DF9FA5. Grayscale: #4C4C4C. Windows color (decimal): -14655398 or 5922848. OLE color: 5922848.

HSL color Cylindrical-coordinate representation of color #20605A: hue angle of 174.38º degrees, saturation: 0.5, 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 #20605A is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 96 90 -
CMYK 0.67 0 0.06 0.62
HSL 174.38º 0.5% 0.25% -
HSV(B) 174.38º 0.67% 0.38% -
XYZ 6.62 9.41 11.14 -
YUV 76.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 32 96 90 0.67 0 0.06 0.62 174.38 0.5 0.25
Hex 20 60 5A 43 0 6 3E AE 32 19
Octal 40 140 132 103 0 6 76 256 62 31
Binary 100000 1100000 1011010 1000011 0 110 111110 10101110 110010 11001

Color Harmonies of #20605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20605A

Black with #20605A

Text Example


Text Example

White with #20605A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20605A;
 }
 .AnyTagClassName
 {
   color: #20605A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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