#657365

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

Shades of Finlandia #657365

Tints of Finlandia #657365

Color information

#657365 (or 0x657365) is unknown color: approx Finlandia. HEX triplet: 65, 73 and 65. RGB value is (101,115,101). Sum of RGB (Red+Green+Blue) = 101+115+101=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #657365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657365 is #9A8C9A. Grayscale: #6D6D6D. Windows color (decimal): -10128539 or 6648677. OLE color: 6648677.

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

Color convert

RGB101115101-
CMYK0.1200.120.55
HSL120º6.48%42.35%-
HSV(B)120º12.17%45.1%-
XYZ13.8515.9714.66-
YUV109.22123.36122.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.86%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=31.86%
G=36.28%
B=31.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011151010.1200.120.551206.4842.35
Hex657365C0C377862a
Octal1451631451401467170652
Binary1100101111001111001011100011001101111111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657365; }

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

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

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

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

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

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

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

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