#20634A

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

Shades of Evening Sea #20634A

Tints of Evening Sea #20634A

Color information

#20634A (or 0x20634A) is unknown color: approx Evening Sea. HEX triplet: 20, 63 and 4A. RGB value is (32,99,74). Sum of RGB (Red+Green+Blue) = 32+99+74=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #20634A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20634A is #DF9CB5. Grayscale: #4C4C4C. Windows color (decimal): -14654646 or 4875040. OLE color: 4875040.

HSL color Cylindrical-coordinate representation of color #20634A: hue angle of 157.61º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20634A is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB329974-
CMYK0.6800.250.61
HSL157.61º51.15%25.69%-
HSV(B)157.61º67.68%38.82%-
XYZ6.299.738.02-
YUV76.12126.896.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=15.61%
G=48.29%
B=36.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3299740.6800.250.61157.6151.1525.69
Hex20634A440193D9e331a
Octal40143112104031752366332
Binary1000001100011100101010001000110011111011001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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