#626D5E

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

Shades of Finlandia #626D5E

Tints of Finlandia #626D5E

Color information

#626D5E (or 0x626D5E) is unknown color: approx Finlandia. HEX triplet: 62, 6D and 5E. RGB value is (98,109,94). Sum of RGB (Red+Green+Blue) = 98+109+94=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 109 - color contains mainly: green. Hex color #626D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D5E is #9D92A1. Grayscale: #686868. Windows color (decimal): -10326690 or 6188386. OLE color: 6188386.

HSL color Cylindrical-coordinate representation of color #626D5E: hue angle of 104º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #626D5E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB9810994-
CMYK0.1000.140.57
HSL104º7.39%39.8%-
HSV(B)104º13.76%42.75%-
XYZ12.5314.3412.7-
YUV104122.36123.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=32.56%
G=36.21%
B=31.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98109940.1000.140.571047.3939.8
Hex626D5EA0E3968728
Octal1421551361201671150750
Binary1100010110110110111101010011101110011101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626D5E; }

 p { color: rgb(98,109,94); }

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

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

 a { background-color: rgb(98,109,94); }

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

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

 span { border-color: rgb(98,109,94); }

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