#5C745D

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

Shades of Finlandia #5C745D

Tints of Finlandia #5C745D

Color information

#5C745D (or 0x5C745D) is unknown color: approx Finlandia. HEX triplet: 5C, 74 and 5D. RGB value is (92,116,93). Sum of RGB (Red+Green+Blue) = 92+116+93=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #5C745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C745D is #A38BA2. Grayscale: #6A6A6A. Windows color (decimal): -10718115 or 6124636. OLE color: 6124636.

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

Color convert

RGB9211693-
CMYK0.2100.200.55
HSL122.5º11.54%40.78%-
HSV(B)122.5º20.69%45.49%-
XYZ12.6315.5612.69-
YUV106.2120.55117.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 116 (45.70% from 255) = 38.54%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=30.56%
G=38.54%
B=30.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92116930.2100.200.55122.511.5440.78
Hex5C745D15014377ac29
Octal13416413525024671721451
Binary1011100111010010111011010101010011011111110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C745D; }

 p { color: rgb(92,116,93); }

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

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

 a { background-color: rgb(92,116,93); }

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

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

 span { border-color: rgb(92,116,93); }

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