Html Css Color HEX #20715D Eden

📋 copy color: '#20715D'

red 32 ◦ green 113 ◦ blue 93

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

Shades of Eden #20715D

Tints of Eden #20715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

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

R = 13.45%
G = 47.48%
B = 39.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#20715D (or 0x20715D) is known color: Eden. HEX triplet: 20, 71 and 5D. RGB value is (32,113,93). Sum of RGB (Red+Green+Blue) = 32+113+93=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #20715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20715D is #DF8EA2. Grayscale: #565656. Windows color (decimal): -14651043 or 6123808. OLE color: 6123808.

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

Color convert

RGB 32 113 93 -
CMYK 0.72 0 0.18 0.56
HSL 165.19º 0.56% 0.28% -
HSV(B) 165.19º 0.72% 0.44% -
XYZ 8.48 12.91 12.4 -
YUV 86.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 32 113 93 0.72 0 0.18 0.56 165.19 0.56 0.28
Hex 20 71 5D 48 0 12 38 A5 38 1C
Octal 40 161 135 110 0 22 70 245 70 34
Binary 100000 1110001 1011101 1001000 0 10010 111000 10100101 111000 11100

Color Harmonies of #20715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20715D

Black with #20715D

Text Example


Text Example

White with #20715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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