#647364

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

Shades of Finlandia #647364

Tints of Finlandia #647364

Color information

#647364 (or 0x647364) is unknown color: approx Finlandia. HEX triplet: 64, 73 and 64. RGB value is (100,115,100). Sum of RGB (Red+Green+Blue) = 100+115+100=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 115 - color contains mainly: green. Hex color #647364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647364 is #9B8C9B. Grayscale: #6C6C6C. Windows color (decimal): -10194076 or 6583140. OLE color: 6583140.

HSL color Cylindrical-coordinate representation of color #647364: hue angle of 120º 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 #647364 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB100115100-
CMYK0.1300.130.55
HSL120º6.98%42.16%-
HSV(B)120º13.04%45.1%-
XYZ13.6915.8914.4-
YUV108.8123.03121.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 115 (45.31% from 255) = 36.51%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=31.75%
G=36.51%
B=31.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001151000.1300.130.551206.9842.16
Hex647364D0D377872a
Octal1441631441501567170752
Binary1100100111001111001001101011011101111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647364; }

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

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

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

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

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

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

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

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