Html Css Color HEX #20705D Eden

📋 copy color: '#20705D'

red 32 ◦ green 112 ◦ blue 93

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

Shades of Eden #20705D

Tints of Eden #20705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 13.5%
G = 47.26%
B = 39.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#20705D (or 0x20705D) is known color: Eden. HEX triplet: 20, 70 and 5D. RGB value is (32,112,93). Sum of RGB (Red+Green+Blue) = 32+112+93=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #20705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20705D is #DF8FA2. Grayscale: #555555. Windows color (decimal): -14651299 or 6123552. OLE color: 6123552.

HSL color Cylindrical-coordinate representation of color #20705D: hue angle of 165.75º 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 #20705D is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 112 93 -
CMYK 0.71 0 0.17 0.56
HSL 165.75º 0.56% 0.28% -
HSV(B) 165.75º 0.71% 0.44% -
XYZ 8.37 12.69 12.36 -
YUV 85.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 32 112 93 0.71 0 0.17 0.56 165.75 0.56 0.28
Hex 20 70 5D 47 0 11 38 A6 38 1C
Octal 40 160 135 107 0 21 70 246 70 34
Binary 100000 1110000 1011101 1000111 0 10001 111000 10100110 111000 11100

Color Harmonies of #20705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20705D

Black with #20705D

Text Example


Text Example

White with #20705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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