#20564E

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

Shades of Eden #20564E

Tints of Eden #20564E

Color information

#20564E (or 0x20564E) is unknown color: approx Eden. HEX triplet: 20, 56 and 4E. RGB value is (32,86,78). Sum of RGB (Red+Green+Blue) = 32+86+78=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #20564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20564E is #DFA9B1. Grayscale: #444444. Windows color (decimal): -14657970 or 5133856. OLE color: 5133856.

HSL color Cylindrical-coordinate representation of color #20564E: hue angle of 171.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20564E is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB328678-
CMYK0.6300.090.66
HSL171.11º45.76%23.14%-
HSV(B)171.11º62.79%33.73%-
XYZ5.37.518.38-
YUV68.94133.11101.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=16.33%
G=43.88%
B=39.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3286780.6300.090.66171.1145.7623.14
Hex20564E3F0942ab2e17
Octal40126116770111022535627
Binary100000101011010011101111110100110000101010101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20564E; }

 p { color: rgb(32,86,78); }

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

<style>
 a { background-color: #20564E; }

 a { background-color: rgb(32,86,78); }

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

<style>
 span { border-color: #20564E; }

 span { border-color: rgb(32,86,78); }

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