#20534A

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

Shades of Evening Sea #20534A

Tints of Evening Sea #20534A

Color information

#20534A (or 0x20534A) is unknown color: approx Evening Sea. HEX triplet: 20, 53 and 4A. RGB value is (32,83,74). Sum of RGB (Red+Green+Blue) = 32+83+74=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #20534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20534A is #DFACB5. Grayscale: #424242. Windows color (decimal): -14658742 or 4870944. OLE color: 4870944.

HSL color Cylindrical-coordinate representation of color #20534A: hue angle of 169.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20534A is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB328374-
CMYK0.6100.110.67
HSL169.41º44.35%22.55%-
HSV(B)169.41º61.45%32.55%-
XYZ4.926.997.57-
YUV66.72132.1103.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 74 (29.30% from 255) = 39.15%
R=16.93%
G=43.92%
B=39.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3283740.6100.110.67169.4144.3522.55
Hex20534A3D0B43a92c17
Octal40123112750131032515427
Binary100000101001110010101111010101110000111010100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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