#20695B

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

Shades of Eden #20695B

Tints of Eden #20695B

Color information

#20695B (or 0x20695B) is unknown color: approx Eden. HEX triplet: 20, 69 and 5B. RGB value is (32,105,91). Sum of RGB (Red+Green+Blue) = 32+105+91=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #20695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20695B is #DF96A4. Grayscale: #515151. Windows color (decimal): -14653093 or 5990688. OLE color: 5990688.

HSL color Cylindrical-coordinate representation of color #20695B: hue angle of 168.49º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20695B is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB3210591-
CMYK0.7000.130.59
HSL168.49º53.28%26.86%-
HSV(B)168.49º69.52%41.18%-
XYZ7.5411.1711.66-
YUV81.58133.3292.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.04%
GREEN value IS 105 (41.41% from 255) = 46.05%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=14.04%
G=46.05%
B=39.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal32105910.7000.130.59168.4953.2826.86
Hex20695B460D3Ba8351b
Octal40151133106015732506533
Binary100000110100110110111000110011011110111010100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20695B;
 }
 .AnyTagClassName
 {
   color: #20695B;
 }
</style>
background-color css

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

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

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

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

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

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