#5E745F

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

Shades of Finlandia #5E745F

Tints of Finlandia #5E745F

Color information

#5E745F (or 0x5E745F) is unknown color: approx Finlandia. HEX triplet: 5E, 74 and 5F. RGB value is (94,116,95). Sum of RGB (Red+Green+Blue) = 94+116+95=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #5E745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E745F is #A18BA0. Grayscale: #6B6B6B. Windows color (decimal): -10587041 or 6255710. OLE color: 6255710.

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

Color convert

RGB9411695-
CMYK0.1900.180.55
HSL122.73º10.48%41.18%-
HSV(B)122.73º18.97%45.49%-
XYZ12.9315.713.17-
YUV107.03121.21118.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.82%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=30.82%
G=38.03%
B=31.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94116950.1900.180.55122.7310.4841.18
Hex5E745F13012377ba29
Octal13616413723022671731251
Binary1011110111010010111111001101001011011111110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,116,95); }

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

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

 a { background-color: rgb(94,116,95); }

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

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

 span { border-color: rgb(94,116,95); }

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