#20715D

Color #20715D Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #20715D

Tints of Eden #20715D

Color information

#20715D (or 0x20715D) is unknown color: approx 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

RGB3211393-
CMYK0.7200.180.56
HSL165.19º55.86%28.43%-
HSV(B)165.19º71.68%44.31%-
XYZ8.4812.9112.4-
YUV86.5131.6689.13-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32113930.7200.180.56165.1955.8628.43
Hex20715D4801238a5381c
Octal40161135110022702457034
Binary1000001110001101110110010000100101110001010010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>