#206449

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

Shades of Evening Sea #206449

Tints of Evening Sea #206449

Color information

#206449 (or 0x206449) is unknown color: approx Evening Sea. HEX triplet: 20, 64 and 49. RGB value is (32,100,73). Sum of RGB (Red+Green+Blue) = 32+100+73=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 100 - color contains mainly: green. Hex color #206449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206449 is #DF9BB6. Grayscale: #4C4C4C. Windows color (decimal): -14654391 or 4809760. OLE color: 4809760.

HSL color Cylindrical-coordinate representation of color #206449: hue angle of 156.18º degrees, saturation: 0.52, 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 #206449 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB3210073-
CMYK0.6800.270.61
HSL156.18º51.52%25.88%-
HSV(B)156.18º68%39.22%-
XYZ6.369.97.88-
YUV76.59125.9796.2-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.61%
GREEN value IS 100 (39.45% from 255) = 48.78%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=15.61%
G=48.78%
B=35.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal32100730.6800.270.61156.1851.5225.88
Hex2064494401B3D9c341a
Octal40144111104033752346432
Binary1000001100100100100110001000110111111011001110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206449; }

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

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

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

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

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

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

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

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