#5E7457

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

Shades of Finlandia #5E7457

Tints of Finlandia #5E7457

Color information

#5E7457 (or 0x5E7457) is unknown color: approx Finlandia. HEX triplet: 5E, 74 and 57. RGB value is (94,116,87). Sum of RGB (Red+Green+Blue) = 94+116+87=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7457 is #A18BA8. Grayscale: #6A6A6A. Windows color (decimal): -10587049 or 5731422. OLE color: 5731422.

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

Color convert

RGB9411687-
CMYK0.1900.250.55
HSL105.52º14.29%39.8%-
HSV(B)105.52º25%45.49%-
XYZ12.5815.5611.36-
YUV106.12117.21119.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=31.65%
G=39.06%
B=29.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94116870.1900.250.55105.5214.2939.8
Hex5E745713019376ae28
Octal13616412723031671521650
Binary1011110111010010101111001101100111011111010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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