Html Css Color HEX #657364 Finlandia

📋 copy color: '#657364'

red 101 ◦ green 115 ◦ blue 100

#657364
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #657364

Tints of Finlandia #657364

RGB

 RED value IS 101 (39.84% from 255) = 31.96%

 GREEN value IS 115 (45.31% from 255) = 36.39%

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 31.96%
G = 36.39%
B = 31.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#657364 (or 0x657364) is known color: Finlandia. HEX triplet: 65, 73 and 64. RGB value is (101,115,100). Sum of RGB (Red+Green+Blue) = 101+115+100=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #657364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657364 is #9A8C9B. Grayscale: #6D6D6D. Windows color (decimal): -10128540 or 6583141. OLE color: 6583141.

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

Color convert

RGB 101 115 100 -
CMYK 0.12 0 0.13 0.55
HSL 116º 0.07% 0.42% -
HSV(B) 116º 0.13% 0.45% -
XYZ 13.8 15.95 14.41 -
YUV 109.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 101 115 100 0.12 0 0.13 0.55 116 0.07 0.42
Hex 65 73 64 C 0 D 37 74 7 2A
Octal 145 163 144 14 0 15 67 164 7 52
Binary 1100101 1110011 1100100 1100 0 1101 110111 1110100 111 101010

Color Harmonies of #657364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657364

Black with #657364

Text Example


Text Example

White with #657364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657364; }

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

 H1.HeaderClassName
 {
   color: #657364;
 }
 .AnyTagClassName
 {
   color: #657364;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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