#5E745E

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

Shades of Finlandia #5E745E

Tints of Finlandia #5E745E

Color information

#5E745E (or 0x5E745E) is unknown color: approx Finlandia. HEX triplet: 5E, 74 and 5E. RGB value is (94,116,94). Sum of RGB (Red+Green+Blue) = 94+116+94=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #5E745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E745E is #A18BA1. Grayscale: #6A6A6A. Windows color (decimal): -10587042 or 6190174. OLE color: 6190174.

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

Color convert

RGB9411694-
CMYK0.1900.190.55
HSL120º10.48%41.18%-
HSV(B)120º18.97%45.49%-
XYZ12.8815.6812.94-
YUV106.91120.71118.79-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=30.92%
G=38.16%
B=30.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94116940.1900.190.5512010.4841.18
Hex5E745E130133778a29
Octal13616413623023671701251
Binary1011110111010010111101001101001111011111110001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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