#20604C

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

Shades of Evening Sea #20604C

Tints of Evening Sea #20604C

Color information

#20604C (or 0x20604C) is unknown color: approx Evening Sea. HEX triplet: 20, 60 and 4C. RGB value is (32,96,76). Sum of RGB (Red+Green+Blue) = 32+96+76=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #20604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20604C is #DF9FB3. Grayscale: #4A4A4A. Windows color (decimal): -14655412 or 5005344. OLE color: 5005344.

HSL color Cylindrical-coordinate representation of color #20604C: hue angle of 161.25º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20604C is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB329676-
CMYK0.6700.210.62
HSL161.25º50%25.1%-
HSV(B)161.25º66.67%37.65%-
XYZ6.089.198.29-
YUV74.58128.897.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.69%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=15.69%
G=47.06%
B=37.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296760.6700.210.62161.255025.1
Hex20604C430153Ea13219
Octal40140114103025762416231
Binary1000001100000100110010000110101011111101010000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20604C; }

 p { color: rgb(32,96,76); }

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

<style>
 a { background-color: #20604C; }

 a { background-color: rgb(32,96,76); }

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

<style>
 span { border-color: #20604C; }

 span { border-color: rgb(32,96,76); }

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