#5E7859

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

Shades of Finlandia #5E7859

Tints of Finlandia #5E7859

Color information

#5E7859 (or 0x5E7859) is unknown color: approx Finlandia. HEX triplet: 5E, 78 and 59. RGB value is (94,120,89). Sum of RGB (Red+Green+Blue) = 94+120+89=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7859 is #A187A6. Grayscale: #6C6C6C. Windows color (decimal): -10586023 or 5863518. OLE color: 5863518.

HSL color Cylindrical-coordinate representation of color #5E7859: hue angle of 110.32º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E7859 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB9412089-
CMYK0.2200.260.53
HSL110.32º14.83%40.98%-
HSV(B)110.32º25.83%47.06%-
XYZ13.1416.5311.95-
YUV108.69116.89117.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.02%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=31.02%
G=39.60%
B=29.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94120890.2200.260.53110.3214.8340.98
Hex5E78591601A356ef29
Octal13617013126032651561751
Binary1011110111100010110011011001101011010111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,120,89); }

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

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

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

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

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

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

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