#205D49

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

Shades of Evening Sea #205D49

Tints of Evening Sea #205D49

Color information

#205D49 (or 0x205D49) is unknown color: approx Evening Sea. HEX triplet: 20, 5D and 49. RGB value is (32,93,73). Sum of RGB (Red+Green+Blue) = 32+93+73=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #205D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205D49 is #DFA2B6. Grayscale: #484848. Windows color (decimal): -14656183 or 4807968. OLE color: 4807968.

HSL color Cylindrical-coordinate representation of color #205D49: hue angle of 160.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D49 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB329373-
CMYK0.6600.220.64
HSL160.33º48.8%24.51%-
HSV(B)160.33º65.59%36.47%-
XYZ5.718.627.67-
YUV72.48128.2999.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=16.16%
G=46.97%
B=36.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293730.6600.220.64160.3348.824.51
Hex205D494201640a03119
Octal401351111020261002406131
Binary10000010111011001001100001001011010000001010000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205D49; }

 p { color: rgb(32,93,73); }

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

<style>
 a { background-color: #205D49; }

 a { background-color: rgb(32,93,73); }

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

<style>
 span { border-color: #205D49; }

 span { border-color: rgb(32,93,73); }

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