Html Css Color HEX #20705B Eden

📋 copy color: '#20705B'

red 32 ◦ green 112 ◦ blue 91

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

Shades of Eden #20705B

Tints of Eden #20705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 13.62%
G = 47.66%
B = 38.72%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#20705B (or 0x20705B) is known color: Eden. HEX triplet: 20, 70 and 5B. RGB value is (32,112,91). Sum of RGB (Red+Green+Blue) = 32+112+91=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #20705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20705B is #DF8FA4. Grayscale: #555555. Windows color (decimal): -14651301 or 5992480. OLE color: 5992480.

HSL color Cylindrical-coordinate representation of color #20705B: hue angle of 164.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20705B is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 91 -
CMYK 0.71 0 0.19 0.56
HSL 164.25º 0.56% 0.28% -
HSV(B) 164.25º 0.71% 0.44% -
XYZ 8.28 12.65 11.9 -
YUV 85.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 32 112 91 0.71 0 0.19 0.56 164.25 0.56 0.28
Hex 20 70 5B 47 0 13 38 A4 38 1C
Octal 40 160 133 107 0 23 70 244 70 34
Binary 100000 1110000 1011011 1000111 0 10011 111000 10100100 111000 11100

Color Harmonies of #20705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20705B

Black with #20705B

Text Example


Text Example

White with #20705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20705B;
 }
 .AnyTagClassName
 {
   color: #20705B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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