#647D5F

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

Shades of Finlandia #647D5F

Tints of Finlandia #647D5F

Color information

#647D5F (or 0x647D5F) is unknown color: approx Finlandia. HEX triplet: 64, 7D and 5F. RGB value is (100,125,95). Sum of RGB (Red+Green+Blue) = 100+125+95=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 125 - color contains mainly: green. Hex color #647D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D5F is #9B82A0. Grayscale: #727272. Windows color (decimal): -10191521 or 6258020. OLE color: 6258020.

HSL color Cylindrical-coordinate representation of color #647D5F: hue angle of 110º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647D5F is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB10012595-
CMYK0.200.240.51
HSL110º13.64%43.14%-
HSV(B)110º24%49.02%-
XYZ14.6518.213.57-
YUV114.1117.22117.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 125 (49.22% from 255) = 39.06%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=31.25%
G=39.06%
B=29.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100125950.200.240.5111013.6443.14
Hex647D5F14018336ee2b
Octal14417513724030631561653
Binary1100100111110110111111010001100011001111011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647D5F; }

 p { color: rgb(100,125,95); }

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

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

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

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

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

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

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