#657364

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

Shades of Finlandia #657364

Tints of Finlandia #657364

Color information

#657364 (or 0x657364) is unknown color: approx Finlandia. HEX triplet: 65, 73 and 64. RGB value is (101,115,100). Sum of RGB (Red+Green+Blue) = 101+115+100=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #657364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657364 is #9A8C9B. Grayscale: #6D6D6D. Windows color (decimal): -10128540 or 6583141. OLE color: 6583141.

HSL color Cylindrical-coordinate representation of color #657364: hue angle of 116º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #657364 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB101115100-
CMYK0.1200.130.55
HSL116º6.98%42.16%-
HSV(B)116º13.04%45.1%-
XYZ13.815.9514.41-
YUV109.1122.86122.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=31.96%
G=36.39%
B=31.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011151000.1200.130.551166.9842.16
Hex657364C0D377472a
Octal1451631441401567164752
Binary1100101111001111001001100011011101111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657364; }

 p { color: rgb(101,115,100); }

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

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

 a { background-color: rgb(101,115,100); }

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

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

 span { border-color: rgb(101,115,100); }

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