#5E785A

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

Shades of Finlandia #5E785A

Tints of Finlandia #5E785A

Color information

#5E785A (or 0x5E785A) is unknown color: approx Finlandia. HEX triplet: 5E, 78 and 5A. RGB value is (94,120,90). Sum of RGB (Red+Green+Blue) = 94+120+90=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #5E785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E785A is #A187A5. Grayscale: #6C6C6C. Windows color (decimal): -10586022 or 5929054. OLE color: 5929054.

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

Color convert

RGB9412090-
CMYK0.2200.250.53
HSL112º14.29%41.18%-
HSV(B)112º25%47.06%-
XYZ13.1816.5512.17-
YUV108.81117.39117.44-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=30.92%
G=39.47%
B=29.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94120900.2200.250.5311214.2941.18
Hex5E785A160193570e29
Octal13617013226031651601651
Binary1011110111100010110101011001100111010111100001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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