Html Css Color HEX #20705A Eden

📋 copy color: '#20705A'

red 32 ◦ green 112 ◦ blue 90

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

Shades of Eden #20705A

Tints of Eden #20705A

RGB

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

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

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

R = 13.68%
G = 47.86%
B = 38.46%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#20705A (or 0x20705A) is known color: Eden. HEX triplet: 20, 70 and 5A. RGB value is (32,112,90). Sum of RGB (Red+Green+Blue) = 32+112+90=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #20705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20705A is #DF8FA5. Grayscale: #555555. Windows color (decimal): -14651302 or 5926944. OLE color: 5926944.

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

Color convert

RGB 32 112 90 -
CMYK 0.71 0 0.20 0.56
HSL 163.5º 0.56% 0.28% -
HSV(B) 163.5º 0.71% 0.44% -
XYZ 8.24 12.63 11.68 -
YUV 85.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 32 112 90 0.71 0 0.20 0.56 163.5 0.56 0.28
Hex 20 70 5A 47 0 14 38 A4 38 1C
Octal 40 160 132 107 0 24 70 244 70 34
Binary 100000 1110000 1011010 1000111 0 10100 111000 10100100 111000 11100

Color Harmonies of #20705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20705A

Black with #20705A

Text Example


Text Example

White with #20705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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