#20564A

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

Shades of Evening Sea #20564A

Tints of Evening Sea #20564A

Color information

#20564A (or 0x20564A) is unknown color: approx Evening Sea. HEX triplet: 20, 56 and 4A. RGB value is (32,86,74). Sum of RGB (Red+Green+Blue) = 32+86+74=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #20564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20564A is #DFA9B5. Grayscale: #444444. Windows color (decimal): -14657974 or 4871712. OLE color: 4871712.

HSL color Cylindrical-coordinate representation of color #20564A: hue angle of 166.67º 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 #20564A is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB328674-
CMYK0.6300.140.66
HSL166.67º45.76%23.14%-
HSV(B)166.67º62.79%33.73%-
XYZ5.167.467.65-
YUV68.49131.11101.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.67%
GREEN value IS 86 (33.98% from 255) = 44.79%
BLUE value IS 74 (29.30% from 255) = 38.54%
R=16.67%
G=44.79%
B=38.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3286740.6300.140.66166.6745.7623.14
Hex20564A3F0E42a72e17
Octal40126112770161022475627
Binary100000101011010010101111110111010000101010011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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