#5E7856

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

Shades of Finlandia #5E7856

Tints of Finlandia #5E7856

Color information

#5E7856 (or 0x5E7856) is unknown color: approx Finlandia. HEX triplet: 5E, 78 and 56. RGB value is (94,120,86). Sum of RGB (Red+Green+Blue) = 94+120+86=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7856 is #A187A9. Grayscale: #6C6C6C. Windows color (decimal): -10586026 or 5666910. OLE color: 5666910.

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

Color convert

RGB9412086-
CMYK0.2200.280.53
HSL105.88º16.5%40.39%-
HSV(B)105.88º28.33%47.06%-
XYZ13.0116.4811.3-
YUV108.35115.39117.76-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.33%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 86 (33.98% from 255) = 28.67%
R=31.33%
G=40%
B=28.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94120860.2200.280.53105.8816.540.39
Hex5E78561601C356a1128
Octal13617012626034651522150
Binary10111101111000101011010110011100110101110101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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