#206549

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

Shades of Evening Sea #206549

Tints of Evening Sea #206549

Color information

#206549 (or 0x206549) is unknown color: approx Evening Sea. HEX triplet: 20, 65 and 49. RGB value is (32,101,73). Sum of RGB (Red+Green+Blue) = 32+101+73=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 101 (39.84% from 255 or 49.03% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 101 - color contains mainly: green. Hex color #206549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206549 is #DF9AB6. Grayscale: #4D4D4D. Windows color (decimal): -14654135 or 4810016. OLE color: 4810016.

HSL color Cylindrical-coordinate representation of color #206549: hue angle of 155.65º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #206549 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB3210173-
CMYK0.6800.280.60
HSL155.65º51.88%26.08%-
HSV(B)155.65º68.32%39.61%-
XYZ6.4510.17.91-
YUV77.18125.6495.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.53%
GREEN value IS 101 (39.84% from 255) = 49.03%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=15.53%
G=49.03%
B=35.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32101730.6800.280.60155.6551.8826.08
Hex2065494401C3C9c341a
Octal40145111104034742346432
Binary1000001100101100100110001000111001111001001110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206549; }

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

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

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

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

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

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

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

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