#5D745C

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

Shades of Finlandia #5D745C

Tints of Finlandia #5D745C

Color information

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

HSL color Cylindrical-coordinate representation of color #5D745C: hue angle of 117.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 #5D745C is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB9311692-
CMYK0.2000.210.55
HSL117.5º11.54%40.78%-
HSV(B)117.5º20.69%45.49%-
XYZ12.6915.5912.47-
YUV106.39119.88118.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93116920.2000.210.55117.511.5440.78
Hex5D745C140153775c29
Octal13516413424025671651451
Binary1011101111010010111001010001010111011111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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