#20594A

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

Shades of Evening Sea #20594A

Tints of Evening Sea #20594A

Color information

#20594A (or 0x20594A) is unknown color: approx Evening Sea. HEX triplet: 20, 59 and 4A. RGB value is (32,89,74). Sum of RGB (Red+Green+Blue) = 32+89+74=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #20594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20594A is #DFA6B5. Grayscale: #464646. Windows color (decimal): -14657206 or 4872480. OLE color: 4872480.

HSL color Cylindrical-coordinate representation of color #20594A: hue angle of 164.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20594A is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB328974-
CMYK0.6400.170.65
HSL164.21º47.11%23.73%-
HSV(B)164.21º64.04%34.9%-
XYZ5.47.957.73-
YUV70.25130.12100.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 89 (35.16% from 255) = 45.64%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=16.41%
G=45.64%
B=37.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3289740.6400.170.65164.2147.1123.73
Hex20594A4001141a42f18
Octal401311121000211012445730
Binary10000010110011001010100000001000110000011010010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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