#637264

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

Shades of Finlandia #637264

Tints of Finlandia #637264

Color information

#637264 (or 0x637264) is unknown color: approx Finlandia. HEX triplet: 63, 72 and 64. RGB value is (99,114,100). Sum of RGB (Red+Green+Blue) = 99+114+100=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #637264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637264 is #9C8D9B. Grayscale: #6B6B6B. Windows color (decimal): -10259868 or 6582883. OLE color: 6582883.

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

Color convert

RGB99114100-
CMYK0.1300.120.55
HSL124º7.04%41.76%-
HSV(B)124º13.16%44.71%-
XYZ13.4615.6114.36-
YUV107.92123.53121.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 114 (44.92% from 255) = 36.42%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=31.63%
G=36.42%
B=31.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991141000.1300.120.551247.0441.76
Hex637264D0C377c72a
Octal1431621441501467174752
Binary1100011111001011001001101011001101111111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637264; }

 p { color: rgb(99,114,100); }

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

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

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

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

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

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

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