#5E7458

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

Shades of Finlandia #5E7458

Tints of Finlandia #5E7458

Color information

#5E7458 (or 0x5E7458) is unknown color: approx Finlandia. HEX triplet: 5E, 74 and 58. RGB value is (94,116,88). Sum of RGB (Red+Green+Blue) = 94+116+88=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7458 is #A18BA7. Grayscale: #6A6A6A. Windows color (decimal): -10587048 or 5796958. OLE color: 5796958.

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

Color convert

RGB9411688-
CMYK0.1900.240.55
HSL107.14º13.73%40%-
HSV(B)107.14º24.14%45.49%-
XYZ12.6215.5811.57-
YUV106.23117.71119.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.54%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=31.54%
G=38.93%
B=29.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94116880.1900.240.55107.1413.7340
Hex5E745813018376be28
Octal13616413023030671531650
Binary1011110111010010110001001101100011011111010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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